/* CSS Document */
#contactform fieldset {
	background: none;
	border: none;
	}
#contactform p {
	margin: 0.8em 0;
	display: block;
	}
#contactform p label {
	line-height: 1.5em;
	margin: 3px 0;
	float: left;
	clear: left;
	width: 130px;
	font-weight: bold;
	}
#contactform p label.highlight {
	color: red;
	font-weight: bold;
	}
#contactform p input {
	line-height: 1.5em;
	margin: 3px 0;
	float: left;
	width: 315px;
	}
#contactform p textarea {
	display: block;
	float: left;
	width: 315px;
	height: 200px;
	}
#contactform p.instructions {
	font-size: 10px;
	clear: left;
	}
#report {
	margin: 0.8em 30px;
	display: block;
	padding: 0.5em;
	background: #ccff99;
	border: 1px solid #6F9A8B;
	}
#report p {
	margin: 0;
	font-size: 11px;
	}
#recaptcha_container {
	clear: both;
	color: #fff;
	margin: 0.8em 30px 0.8em 160px;
	}
#recaptcha_container a  {color: #fff;}
#contactform input#submit {
	width: auto;
	padding: 0 0.5em;
	}