body{
	background-color: #FFFFFF;
}

body, b, p, td {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

select {
	font-size: 11px;
}

input {
	font-size:11px;
}

/*----------------------*/
/* contact form styles */

div.form_head{
	font-size:16px;
	font-weight:bold;
	color:7C1816;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 6px;
	text-align:center;
}

div.form_logo{
	text-align:right;
	border-bottom:2px solid #224099;
	margin-bottom:5px;
}
div.formcontainer{
	width:500px;
	border:1px solid silver;
	padding:3px;
	text-align:left;
}

div.contactform_label{
	border-bottom:1px dotted silver;
	font-weight:bold;
	letter-spacing:2px;
	font-size:14px;
	padding:2px;
	margin-top:5px;
}

div.contactform_sublabel{
	font-weight:bold;
	
	font-size:9px;
	padding:2px;
	margin-top:5px;
	color: #909090;
}

div.contactform_answer{
	padding:4px;
	margin-left:15px;
	color: #9D9D9D;
	font-size:9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.contactform_answer input{
	background-color: #EAF3FF;
	border: 0px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	width:450px;
}

div.contactform_answer select{
	background-color: #EAF3FF;
	border: 0px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	width:450px;
}

div.contactform_answer textarea{
	background-color: #EAF3FF;
	border: 0px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	width:450px;
}
input.yellowbox {
	background_color:#FFFF99;
}
.left_top {
	padding:3px;
	width:200px;
}


/* END OF contact form styles */
