@charset "utf-8";
/* CSS Document */
#contact-info{
	width:100%;
	margin:30px 0;
	font-family: 'Open Sans', sans-serif;	
}
#contact-info iframe{
	box-shadow:0 0 3px #ccc;
}
#contact-info ul{
	float:right;
	width:215px;
	height:235px;
	padding:20px;
	margin:0;
	background-color:#f4f3f0;
	list-style:none;
	box-shadow:0 0 3px #ccc;	
}
#contact-info ul li{
	font-size:14px;
	line-height:32px;
	color:#2a2f33;	
}
#contact-form{
	width:100%;
	margin-top:30px;
	min-height:300px;	
	font-family: 'Open Sans', sans-serif;
}
#contact-form table{
	width:94%;
	margin-left:3%;	
}
#contact-form strong{
	font-size:15px;
	line-height:20px;
	color:#33393E;
}
#contact-form input[type=text]{
	height:30px;
	line-height:30px;
	width:270px;
	padding:0 10px;
	margin:3px 0 10px 0;
	background-color:#f4f3f0;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
}
#contact-form textarea{
	height:165px;
	line-height:30px;
	width:652px;
	padding:3px 10px;
	margin:3px 0 10px 0;
	background-color:#f4f3f0;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
}
#contact-form input[type=submit]{
	height:30px;
	line-height:30px;
	width:auto;
	padding:10px 20px;
	margin:10px 5px 0 0;
	background-color:#33393E;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #33393E;
	color:#fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	float:right;
}
#contact-form-error-msg{
	color:#C00;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:530px;
	height:40px;
	line-height:40px;
}
.success{
	color:#090 !important;
}