#form label {
	color: #959595;
}

#form #date label,
#form #Name label,
#form #Emailaddress label {
	color: #333333;
}

#form fieldset {
	margin-bottom:7px;
	border-bottom-color: #d5d5d5;
} 

#form legend {
	color: #754c24;
	height:24px;
}


#form #id_Title,
#form textarea.span4 {
	width:540px;
}

#form div {
	    display: block;
    padding-left: 30px;
    text-indent: -30px;
}
 #form div.recaptcha_input_area {
	display: block;
	padding-left: 0;
	text-indent: 0;
}

