/* END CONTACT PAGE FORM */

#contactForm {
	margin:10px 15px 20px 0px;
	overflow:hidden;
	padding:4px 6px;
	width:auto;
	/*
	border: 1px solid #D8DCDF;
	background-color: #F7F7F9;
	*/
}

#contactForm label {
    color: #6d6960;
	clear: left;
	display: block;
	float: left;
	width: 175px;
	text-align: right;
	padding-top:2px;
	padding-right: 5px;
	font-size:12px;
	font-weight:normal;
}
#contactForm label.req, #contactForm p.req {
	font-weight:bold;
}
#contactForm label.long {
	width: 265px;
}

#contactForm h1 {
    margin:0 10px 10px 7px;
    padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
}
#contactForm h2 {
    margin:7px 7px 5px 7px;
    padding:3px 5px 4px 7px;
	font-size:15px;
	background-color:#fafafa;
	border:1px solid #eee;
	font-weight:500;
	letter-spacing:normal;
	color:#555;
	clear:both;
}
#contactForm h3 {
    margin: 5px 7px;
    padding:5px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:normal;
	color:#444;
}

#contactForm h6 {
    margin:1px;
    padding:2px;
	background:url(/images/form-rule.gif) repeat-x left top;
	width:575px;
	height:10px;
	clear:both;
}
#contactForm p {
    margin: 0 10px;
    padding:5px 0;
	font-size:12px;
	line-height:16px;
	letter-spacing:normal;
}

#contactForm div {
	clear:both;
	padding:4px 0;
	position:relative;
	}
#contactForm div.cta-text {
	color:#fff;
	background:#ba8b30;
	background:#cd9933; 
	border:1px solid #a47925;;
	font-size:1.75em; 
	line-height:24px; 
	font-style:oblique; 
	letter-spacing:0.4px;  
	margin:7px auto 1px auto; 
	padding:6px 0; text-align:center;
}
#contactForm div.options-box {
	padding:10px; 
	margin:10px; 
	background-color:#f1f1f1; 
	border:1px solid #ddd; 
	position:relative; 
	top:10px; 
	left:25px; 
	overflow:hidden; 
	width:441px;
}
#contactForm div.options-box-white {
	padding:10px; 
	margin:5px 10px; 
	background-color:#fefefe; 
	border:none; 
	position:relative; 
	top:5px; 
	left:25px; 
	overflow:hidden; 
	width:441px;
}

#contactForm div p.options-label{
    color: #5c5850;
	margin:0;
	margin-left:5px;
	padding:0;
	padding-bottom:5px;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	/*
	text-transform:uppercase;
	*/
}
#contactForm fieldset {
	padding: 5px;
	padding-top:4px;
	margin:3px;
	/*
	background-image:url(/images/forms/form_backgroundw.gif);
	background-repeat:no-repeat;
	background-position:-2px -27px;
	*/
	border-collapse:collapse;
	border-width:0;
	}
#contactForm fieldset legend {
	padding:0 2px;
	margin-top:25px;
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	color:#333;
	}

div#contactForm select {
	float:left;
	border:1px solid #cccccc;
	padding:1px;
	width:auto;
	margin:1px 5px 2px 0;
	font-size:12px;
}
div#contactForm select#Where_Found option.sub_ {
	color:#ccc;
}
div#contactForm input{
	margin:1px 5px 2px 0;
	width:200px;
	float:left;
	border:1px solid #cccccc;
    font-size:12px;	
	padding:2px;
}
div#contactForm input#state, div#contactForm input#reference_state {
	width:50px;
	text-transform:uppercase;
	letter-spacing:0.4px;
}
div#contactForm input#zip, div#contactForm input#reference_zip {
	width:80px;
}
div#contactForm input[type="checkbox"] {
	width:20px;
	border:none; 
	margin-left:5px; 
	position:relative; 
	top:3px;
}
div#contactForm textarea {
	margin:1px 5px 2px 0;
	width:300px;
	float:left;
	border:1px solid #cccccc;
    font-size:12px;	
	padding:1px;
}
div#contactForm textarea.long-answer {
	margin:5px;
	margin-left:0;
	width:425px;
	float:left;
	border:1px solid #cccccc;
    font-size:12px;	
	padding:2px;
	height:75px;
	overflow:auto;
}
#contactForm div.consent-wrapper {
	margin:0 45px; margin-bottom:8px; padding:3px 0 5px 10px; background:#f4f4f4; border:1px solid #e4e4e4;
	text-align:left;
}

#contactForm div#submitBtn {
	margin: 12px auto;
	padding:5px;
	text-align:center;
	position:relative;
	left:-3px;
	border:1px solid #fff; 
	color:#fff; 
	width:254px; 
	background:#3675b1; 
	overflow:hidden;
	}
#contactForm div#submitBtn div.btn-box {
	padding-left:0;
	overflow:hidden; 
	border:1px solid #fff; 
	background:#3675b1; 
	text-align:center; 
	padding:5px 0; 
	margin:0;
	}
div#submitBtn input {
	margin: 0 auto;
	border:none;
	float:none; 
	clear:both; 
	padding:0; 
	border:none;
	color:#fff; 
	background:#3675b1; 
	font-size:20px; 
	line-height:20px;
	}
input.btn, #contactForm input.btn {
	margin:10px auto;
	margin-left:185px;
	border:none;
	float:none; 
	clear:both; 
	padding:0; 
	border:none;
	width:193px;
	}
form span.required {
	color:#c00;
	font-weight:bold;
	padding:0 3px;
}
form span.error-icon {
	width:16px;
	height:16px;
	margin:0;
	margin-top:2px;
	margin-left:1px !important;
	padding:0;
	padding-left:2px !important;
	display:block;
	clear:none;
	float:left;
}


/* END CONTACT US FORM STYLES */
