form ul.normal input, form ul.normal textarea, form ul.normal select, form ul.normal select option
{
	font-family: Arial, Verdana, sans-serif;
	color: #292929;
	font-size: 0.9em;
	border: none;
}

form ul.normal
{
	list-style-type: none;
	width: 531px;
	clear: both;
}

	form ul.normal li
	{
		display: block;
		float: left;
		margin: 0.25em 0;
	}

	form ul.normal li.label
	{
		width: 210px;
	}

	form ul.normal li.field
	{
		width: 320px;
		position: relative;
	}

		form ul.normal li.field  input
		{
			padding: 3px 0;
		}

			form ul.normal li.field span.dual_field input
			{
				width: 135px;
				padding: 3px 5px;
			}

		form ul.normal li.field input
		{
			width: 280px;
			padding: 3px 10px 3px 7px;
		}
		
		form ul.normal li.field span.dual_field select
		{
			width: 145px;
			padding: 3px 10px 3px 7px;
		}

		form ul.normal li.field textarea
		{
			width: 280px;
			padding: 3px 10px 3px 7px;
			height: 105px;
		}	
				
		form ul.normal li.field input[type="submit"]
		{
			float: right;
			width: 67px;
			color: #fff;	
			height: 23px;	
			padding: 3px 12px 3px 2px;
			margin: 0 23px 0 0;
			cursor: pointer;
			background: #ee0016;
		}
				
		form ul.normal li.field span.button input[type="submit"]:hover
		{
			color: #272727;
		}
				
		form ul.normal li.field span.button input[type="submit"]:active
		{
			color: #e09701;
		}

		form ul.normal li.radiofield  fieldset
		{
			border: none;
		}
		
		form ul.normal li.radiofield  fieldset legend
		{
			display: none;
		}
		
		
		.legend {
			font-size: 0.9em;
			font-style: italic;
			color: #938e83;
			text-align: left;
		}
		
		form ul.normal li.field span.dual_label{
			display: block;
			float: left;
			width: 135px;
			padding: 3px 5px;
		}
		form ul.normal li.field input.radio, form ul.normal li.field input[type="radio"] { 
			width: auto;
		}
