/* CSS Document */

/* black links with blue rollover */

a:link {color: #666666;}
a:visited {color: #993300;}
a:hover {color: #0098cb;}
a:active {color: #0098cb;}
a:visited:hover {color: #0098cb;} <– UPDATED - You’ll need this to fix hover issues.

select {
 background-color: #666699;
 color: #ffffff;
}


textarea {
	background-color: #ECEBE6;
	color: #3C3E12;
	width: 300px;
	border: 1px solid #ACA980;
	height: 80px;
	font-family: Tahoma;
	font-size: 11px;
}


.texta {
	font-size: 11px;
	background-color: #ECEBE6;
	border: 1px solid #9C9869;
	width: 200px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #3C3E12;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 20px;
}


/*.button {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}*/

.fieldcell input {
	width: 200px;
	font: Tahoma;
	background-color: #ECEBE6;
	color: #3C3E12;
	border: 1px solid #ACA980;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 20px;
	margin: 0px;
	padding: 0px;
} 



#rfp{
	font: normal 11px/14px "lucida grande", verdana, sans-serif;
	color: #555;
}

#rfp td{
	padding:2px;
}

#rfp .tdline {
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}

.required {
	font: normal 9px "lucida grande", verdana, sans-serif;
	color: red;
}

.tbmain{ 

/* Changes on the form */ background: none !important; 
} 
.left{

/* Changes on the form */ color: #878358 !important; font-family: Verdana !important; font-size: 10px !important;
} 
.right input, .right textarea, .right select, .text {border: 1px solid #ACA980; padding: 3px; font-size: 11px;}

.text, .right textarea, .right select { width: 150px; }

.head{

color:#333333; font-size:20px;; text-decoration:underline; font-family:"Verdana";
}
td.left { font-family:"Verdana"; font-size:12px; color:black;
}
.pagebreak{ font-family:"Verdana"; font-size:12px; color:black;
}
.tbmain{ height:100%; background:white;
}
span.required{ font-size: 13px !important; color: red !important;
} 
div.Errortext {display: none;}

input.error { border: 1px solid #f00; width: 150px;}

input.btn{ background: url('http://wmoadv.com/Contact/images/formSubmitBtn.jpg') no-repeat; cursor: pointer; width: 100px; height: 20px; border: none; margin: 0; padding: 0;}
