/* ================= */
/* = Contact Us form = */
/* ================= */

.form_title {
	font-size:15px;
	padding:5px 10px;
}
.form_short_desc {
	padding:5px 10px;
}
.label {
	font-size: 13px;
	color: #333333;
	padding: 2px 5px 2px 0px;
	font-weight: bold;
}
.description {
	text-align: left;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 3px;
	line-height: 20px;
}
.required {
	color: #670000;
	font-weight: bold;
}
.signupform {
	color: #333333;
	background: #f6f6f6;
	border-top: 1px inset #b1b1b1;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #969696;
	border-left: 1px inset #b1b1b1;
}
.form_error, .form_error ul {
	padding:5px 10px;
	color: red;
	text-align: center;
}
