@charset "utf-8";
#contact-form-wrapper {
	float: right;
	width: 475px;
	padding: 10px;
	clear: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}


fieldset
 {
	width: 470px;
	behavior: url(PIE.php);
	width: 475px;
	border: 1px solid #cccccc;
 }
/* CSS Document */

label
 {
	width: 225px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-family: "Century Gothic", sans-serif, "Palatino Linotype", "Arial Narrow";
	font-size: 9pt;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-align: left;
 }
#captcha {
	margin-left: 25px;
	width: 140px;
	height: 40px;
}
#reset {
	clear: left;
	float: left;
}

#security_code {
	margin-left: 25px;
	float: left;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	font-style: normal;
	width: 110px;
}
#captcha-please-copy {
	height: 55px;
	width: 160px;
	padding: 5px;
	font-family: 'Open Sans', 'trebuchet MS', arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	margin-top: 25px;
	margin-left: 10px;
}

 .submit input
 {

 } 

.submit {
	width: 125px;
	height: 33px;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(images/send.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
.reset input {

}
.reset {
	width: 75px;
	height: 30px;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(images/reset.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


input
 {
	color: #5C8704;



	border: 1px solid #5C8704
	font-family: 'Open Sans', 'trebuchet MS', arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border: 1px solid #CCC;
	font-family: "Century Gothic", sans-serif, "Palatino Linotype", "Arial Narrow";
	
 }
#contact-form-wrapper form fieldset p select {
	font-family: "Century Gothic", sans-serif, "Palatino Linotype", "Arial Narrow";
	font-size: 12px;
}

#hate-spam {
	float: left;
	width: 425px;
	font-family: 'Open Sans', 'trebuchet MS', arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	font-style: italic;
	margin-top: 50px;
}


 legend
 {
	color: #16375E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-left: 75px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
 } 
TextField:focus, input:focus {
	border: 1px solid #91BE2B;
	background-color: #F4F4F4;
} 
Textarea:focus, input:focus {
	border: 1px solid #91BE2B;
	background-color: #F4F4F4;
}

Textarea {
	border: 1px solid #cccccc;
	
}