/* =Contact Form
-----------------------------------------------------------------------------*/
#cf-wrapper { }

#contact_form {
	width: 500px;
	margin: 0 auto;
	padding: 0; }
	
.form-row {
	width: 490px;
	text-align: left;
	float: left;
	padding: 2px 0 2px 10px;
	margin: 2px 0 0 0; }
	
.contact-field {
	background-color: #fff;
	border-top: 2px solid #c1bfb0;
	border-left: 2px solid #c1bfb0;
	border-bottom: 1px solid #d4d2c5;
	border-right: 1px solid #d4d2c5;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	width: 350px;}

.contact-field-r {
	background-color: #f7f3f3;
	border-top: 2px solid #87353d;
	border-left: 2px solid #87353d;
	border-bottom: 1px solid #87353d;
	border-right: 1px solid #87353d;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	width: 350px;}
	
.contact-field-s {
	background-color: #fff;
	border-top: 2px solid #c1bfb0;
	border-left: 2px solid #c1bfb0;
	border-bottom: 1px solid #d4d2c5;
	border-right: 1px solid #d4d2c5;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	width: 60px;}
	
.contact-field-sr {
	background-color: #f7f3f3;
	border-top: 2px solid #87353d;
	border-left: 2px solid #87353d;
	border-bottom: 1px solid #87353d;
	border-right: 1px solid #87353d;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	width: 60px;}
	
.contact-field-m {
	background-color: #fff;
	border-top: 2px solid #c1bfb0;
	border-left: 2px solid #c1bfb0;
	border-bottom: 1px solid #d4d2c5;
	border-right: 1px solid #d4d2c5;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	width: 170px;}

.contact-field-mr {
	background-color: #f7f3f3;
	border-top: 2px solid #87353d;
	border-left: 2px solid #87353d;
	border-bottom: 1px solid #87353d;
	border-right: 1px solid #87353d;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	width: 170px;}

textarea.styled {
	width: 470px;
	height: 100px;
	background-color: #fff;
	border-top: 2px solid #c1bfb0;
	border-left: 2px solid #c1bfb0;
	border-bottom: 1px solid #d4d2c5;
	border-right: 1px solid #d4d2c5;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	line-height: 18px; }
	
textarea.styled-r {
	width: 470px;
	height: 100px;
	background-color: #f7f3f3;
	border-top: 2px solid #87353d;
	border-left: 2px solid #87353d;
	border-bottom: 1px solid #87353d;
	border-right: 1px solid #87353d;
	font-family: 'droid_sansregular';
	padding: 5px;
	font-size: 14px;
	line-height: 18px; }
	
.submit-row {
	width: 490px;
	text-align: center;
	float: left;
	padding: 20px 0;
	margin: 2px 0 0 0; }
		
.error_text {
	width: 498px;
	background-color: #87353d;
	background-image: url('../images/error-icon.jpg');
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #fff; 
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 10px auto;
	box-shadow: 2px 2px 2px #c6c4b6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c6c4b6,direction=135,strength=3)\9; }
	
.success_box {
	width: 498px;
	background-image: url('../images/success_cb.jpg');
	background-repeat: no-repeat;
	background-position: 10px;
	background-color: #ddf3da;
	border: 1px solid #2d9e21; 
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #15480f;
	margin: 10px auto;
	box-shadow: 2px 2px 2px #c6c4b6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c6c4b6,direction=135,strength=3)\9; }
	
#validEmail {
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px; }
	

.clear_link {
	padding-right: 20px; 
	text-align: right; }	

.clear_link, .clear_link a:link, .clear_linka:visited {
	padding-right: 20px; 
	text-align: right; 
	color: #666;
	text-decoration: none;
	font-style: normal;}

.clear_link a:hover, .clear_link a:active {
	color: #990000; }

.r {
	color: #990000;
	font-weight: bold; }