/* 
	Req Form CSS
	Creator: Robert Jack
	Website: www.noveltysystems.com
	Date: March 10, 2008
	Client: Sid Martin Biotechnology Incubator
*/

#req_form {clear: both; padding: 0 0 10px 0;}
#req_form fieldset {border: 0; margin: 0 0 10px 0;}
#req_form p {overflow: hidden; display: block; clear: both;}
#req_form p label {width: 180px; float: left;}
#req_form p input {width: 200px; float: left;}
#req_form h4 {margin: 10px 0; clear: both;}
#req_form h3 {margin: 10px 0;}
#req_form textarea {margin: 0 0 10px 0;}
#req_form .bottom {margin: 0 0 20px 0;}
#req_form .req_button {background: #ddd; border-top: 1px solid: #eee; border-left: 1px solid: #eee; border-right: 1px solid: #ccc; border-bottom: 1px solid: #ccc; height: 22px; cursor: pointer;}
#req_form .req_button:hover {background: #222; color: #fff; border-top: 1px solid: #444; border-left: 1px solid: #444; border-right: 1px solid: #000; border-bottom: 1px solid: #000;}
#req_form #submit_reqform {width: 60px; margin: 10px 6px 0 0;}
#req_form #reset_reqform {width: 60px;}
#req_form p.type_checkbox label {width: 100px;}
#req_form p.type_checkbox input {width: 20px;}
#req_form p.type_checkbox input:hover {cursor: pointer;}
#req_form .required, #req_form h4.required {color: red;}
#validation li {color: red;}
#footer {clear: both; overflow: hidden; width: 100%; display: block;}
br.clear {clear: both;}