@charset "utf-8";
/* CSS Document */
#contact_form{
	width: 300px;
	padding: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #FAFAFA;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
#contact_form legend{
	font-size: 20px;
	color: #ECECEC;
	text-shadow: 2px 2px 2px #666666;
	font-weight: bolder;
}
#contact_form label{display: block; margin-bottom:5px;}
#contact_form label span{float:left; width:100px; color:#666666;}
#contact_form input{height: 25px; border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 4px; color: #666; width: 180px; font-family: Arial, Helvetica, sans-serif;}
#contact_form textarea{border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 4px;color: #666; height:100px; width: 180px; font-family: Arial, Helvetica, sans-serif;}
.submit_btn { border: 1px solid #D8D8D8; padding: 5px 15px 5px 15px; color: #8D8D8D; text-shadow: 1px 1px 1px #FFF; border-radius: 3px; background: #F8F8F8;}
.submit_btn:hover { background: #ECECEC;}
.success{ background: #CFFFF5;padding: 10px; margin-bottom: 10px; border: 1px solid #B9ECCE; border-radius: 5px; font-weight: normal; }
.error{ background: #FFDFDF; padding: 10px; margin-bottom: 10px; border: 1px solid 
}
#contact_form .b-close img {
	float: right;
	height: 20px;
	width: 20px;
	display: inline;
	margin-top: -40px;
	margin-right: -30px;
}
