/**
 * contact-us.css
 *
 *
 * @package Site Modules
 * @author  Bill Dami <bdami@coollifesystems.com>
 */
.contactus-control-group {
	margin-bottom: 14px;
}

.contactus-label {
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.contactus-field {
	margin-left:0px;
}

.contactus-form .field_error label {
	color: #b94a48;
}

.contactus-form .field_error input,
.contactus-form .field_error select,
.contactus-form .field_error textarea {
	border-color: #b94a48;
}

.contactus-btn {
	width: 100px;
}

.contactus-msg {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #eed3d7;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.contactus-msg-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.contactus-req {
	color: red;
	vertical-align: top;
}

.contactus-form-actions {
	margin-top: 20px;
	margin-bottom: 20px;
}

img.contactus-captcha-img {
	width: 264px; 
	height: 60px;
}

.contactus-captcha-ct {
	min-height: 78px;
}