div.contact_form
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  color: #FF0000;
}

div.contact_form input,
div.contact_form textarea
{
  font-family: Verdana, Sans-Serif;
  font-size:12px;
}


#conBox	{
		width: 454px;
		height: 438px;
		padding: 1px;
		margin: 40px auto;
		background-image:url(../images/contactBox.png);
		background-repeat:no-repeat;
}
		
#contact_form {
	height:400px;
	width: 400px;
	margin: 40px auto;
	
}


.contact_form th, small	{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:12px;
				color:#333333;
				line-height:22px;

				}



div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; vertical-align: top; text-align: left; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0px 10px 3px 0px; }
div.contact_form td    { padding: 0px  0px 3px 0px; }

div.contact_form img   { margin-left: 5px; }

div.contact_form em
{
  text-decoration: none;
  font-style:  normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  color: #006633;
}

div.contact_form  em.error, div.contact_form form em { color: #FF0000; }
div.contact_form div.error { margin-bottom: 15px; }

div.contact_form div.input { float:  left; }
div.contact_form select    { width: 250px; }


input, textarea {
 background-color: #fdfdfd;
}





