p.error,
span.error
{
	color: #ff0000;
	font-weight: bold;
}

span.mandatory
{
	font-weight: bold;
	padding: 0 3px 0 0;
	display: inline;
}

form
{
	margin: 0;
}
	
	form .row
	{
		padding: 0 30px 5px 30px;
	}
		
		form .row label
		{
			float: left;
			color: #525858;
			/*font-size: 0.7em;*/
			width: 180px;
			margin: 0;
			padding: 4px 0 0 0;
			display: block;
		}
		
		form .label-h3 label
		{
			color: #320033 !important;
			font-weight: bold;
		}
		
		form .row span
		{
			float: left;
		}
			
			form .row span input,
			form .row span textarea
			{
				width: 241px;
				height: 18px;
				/*font-size: 0.7em;*/
			}

			form .row span select
			{
				width: 241px;
			}

			form .row span.dob select
			{
				width: 50px;
			}

				form .row span.dob select.dob_mm
				{
					width: 100px;
				}

				form .row span.dob select.dob_yy
				{
					width: 65px;
				}
			
			form .checkbox span input
			{
				width: 20px;
			}
			
			form .row textarea
			{
				height: 100px;
				width: 241px;
			}
			
			form .row span select
			{
				width: 243px;
				margin-top: 3px;
			}
	
		form div.submit
		{
			padding-left: 210px;
		}	

form#advanced #checkboxes
{
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #d5eef2; 
}

form#advanced #checkboxes label
{
	width: 200px;
	padding-top: 0px;
	padding-left: 2px;
}

form#advanced #checkboxes input,
form div.checkbox input
{
	width: 15px;
	height: 15px;
}

form#advanced #checkboxes div.row
{
	margin-bottom: 5px;
}

form#advanced #checkboxes div.row,
form#advanced div.right div.row
{
	float: left;
}

form#advanced div.right
{
	float: right;
	width: 315px;
}

form#advanced div.right .row
{
	padding-left: 0;
}

form#advanced div.right label
{
	width: 100px !important;
}

form div.checkbox label
{
	padding-top: 0px;
	padding-left: 2px;
}

#captcha
{
	float: left;
	width: 250px;
}

span.captcha-img
{
	float: left;
	margin: 10px 0 3px 0;
}

span.captcha-text
{
	margin: 3px 0 3px 0;
}
