/*  *********************************************   FORMS   *********************************************** */

#contact_form {
	float: left;
	width: 460px;
	}
.form_column {
	float: left;
	width: 200px;
	border-top: 2px solid #999;
	margin: 5px 30px 20px 0;
	padding: 10px 0 0 0;
	}
.comments {
	float: left;
	clear: left;
	width: 420px;
	border-top: 2px solid #999;
	margin: 5px 0 20px 0;
	padding: 10px 0 0 0;
	}
.captcha {
	float: left;
	background: #FFF;
	height: 73px;
	margin-top: 4px;
	padding: 4px 6px 4px 25px;
	}

.field {
	clear: left;
	margin-bottom: 5px;
	}
#contact_form p {
	clear: left;
	}
#contact_form .small {
	font-size: 10px;
	}

#contact_form H2, #contact-side H2 {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	}

.captcha div {
	float: left;
	margin-right: 12px;
	}
	.captcha div.last {
		margin-right: 0px;
		}
		
.inputSelect, .inputComment, .inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #999;
	padding: 3px;
	margin: 4px 4px 0 0;
	}
.inputSelect {
	color: #000000;
	width:190px;
	background-color: #FFF;
	}
#code {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	height: 26px;
	margin: 0;
	padding: 5px 0 0 0;
	color: #000000;
	width:70px;
	background-color: #FFF;
	text-align: center;
	}
.inputComment {
	color: #000;
	width:410px;
	background-color: #FFF;
	}
.inputButton {
	float: left;
	color: #FFF;
	background-color: #777;
	width: 90px;
	height: 42px;
	cursor: pointer;
	margin: 0 0 0 0;
	}
	.submit { margin-right: 20px; }
label.error {
	color: red;
	font-style: italic;
	display: block;
	}

.backtotop {
	clear: both;
	float: right;
	margin: 20px 0 0 0;
	}

#contact-side {
	float: right;
	width: 190px;
	}
	#contact-side H2	{
		padding-bottom:5px;
		}
#contact-side-content {
	float: right;
	border-top: 2px solid #999;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align: justify;
	}	

.contactPicLeft {
	border: 1px solid; 
	border-color:#CCC;
	text-align:left;
	margin-top:10px;
	}
	
#contact-side .officeHours ul {
	margin:10px 0 0 15px;
	padding:10px 0 0 0;
	}
#contact-side .officeHours ul li {
	margin:0;
	padding:0;
	text-align:left;
	}	
