/* CSS Document */
/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/templ_text.php
--------------------------------------------------------------- */
.contactLoginDescription {
	font-family: "Arial";
	color: #a36d28; 
	font-weight: normal; 
	font-size: 12px; 
	line-height:16px;
}
.contactLabel {
	font-family: "Arial";
	color: #a36d28; 
	font-weight: normal; 
	font-size: 12px; 
	line-height:16px;
}
input.contactInput {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border: 1px solid #f1f1f1;
	width: 330px;
	height: 17px;
	background-color:#f1f1f1;
}
input.contactInput2 {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border: 1px solid #f1f1f1;
	width: 60px;
	height: 17px;
	background-color:#f1f1f1;
}
input.contactInput3 {
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	border: 1px solid #f1f1f1;
	width: 260px;
	height: 17px;
	background-color:#f1f1f1;
}
td.bgSubmit{
	background-image:url(../../img/bg-form.jpg);
	background-repeat:repeat-x;
}
.formErrorMessage {
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 11px; 
	line-height:16px;
}
input.contactSubmit {
	display:block;
	font-family: "Arial";
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	width: 100px;
	height: 30px;
	cursor: pointer;
	background-color:#a36d28;
	border: none;
}


