/*
 * -------------------------------------------
 * Form fields
 * -------------------------------------------
*/
	form
	{
		padding: 0 !important;
		margin: 0 !important;
	}


	input
	{
		height: 16px;
		width: 165px;
		margin: 0 !important;
		padding: 0 !important;
	}
		input .text
		{
			margin: 0 !important;
		}
	
	.button
	{
		width: 97px !important;
		height: 24px !important;
		background-image: url(../gfx/gfx_button_cock.gif);
		background-repeat: no-repeat;
		border: 0 !important;
		cursor: pointer;
		color: #FFFFFF;
		font-weight: bold;
		font-size:10px;
	}
	
	.checkbox
	{
		width: 20px !important;
	}
	
	div.headerLogo
	{
				width: 100%;
				height: 72px;
				padding: 0;
				margin: 0 0 0 0;
				padding: 0;
				background-color: none;
				overflow: hidden;
				cursor: pointer;
				background-image: url(../gfx/gfx_logo_forum.gif);
				background-repeat: no-repeat;
				background-position: 10px 10px;
	}
