/* CSS Document */
/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/templ_text.php
--------------------------------------------------------------- */
.formSubject {
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 12px; 
	line-height:16px;
	text-transform:uppercase;
}
.formLabel {
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	line-height:16px;
}
input.formInput {
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	border: 1px solid #3b393c;
	width: 200px;
	height: 17px;
}
input.formInput_error {
	font-family: "Arial";
	color:#444444;
	font-weight: normal; 
	font-size: 11px; 
	border: 1px solid #990000;
	width: 200px;
	height: 17px;
}
textarea.formInput {
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 11px; 
	border: 1px solid #3b393c;
	width: 200px;
}
textarea.formInput_error {
	font-family: "Arial";
	color:#440000;
	font-weight: normal; 
	font-size: 11px; 
	border: 1px solid #990000;
	width: 200px;
}
.formErrorMessage {
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 11px; 
	line-height:16px;
}


