/* Overlay */
#contact-overlay {background-color:#000;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:370px;}
#contact-container .contact-content {background-color:#E0E0E0; color:#ddd; height: 215px !important; padding: 20px;}
#contact-container h1 {color:#d76300; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../images/bx_loader.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center; height: 12px !important;}
#contact-container .contact-error {background: #E0E0E0; color: #404040; font-size: 11px; font-weight: bold; line-height: 0px; margin: 0 auto; width: 92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
#contact-container .contact-input {
	width: 310px;
	border: none;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	padding: 8px 10px;
	color: #333;
	background: #fff;
}
#contact-container select {
	width: 330px;
	height: 36px;
	border: none;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	padding: 8px 10px;
	color: #333;
	background: #fff;
}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#E0E0E0; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {background-color:#E0E0E0; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {
	background: #1fbba6;
	width: 49%;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	margin: 4px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	/* -webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	 border-radius: 8px; */
}
#contact-container .contact-button:hover {background:#70B4E3;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}