.ContactFormMain
{
    font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	padding-bottom: 10px;
	background-color:White;
}



.ContactFormMain table
{
    font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	border-left: 10px solid White;
}

.ContactButton
{
    margin-top: 10px;
}

.ContactLabel
{
	font-size: 12px;
	width: 150px;
}

.ContactTextBox
{
	font-family: Verdana;
	font-size:12px;
	width:200px;
	font-weight:bold;
	background-color: #E2ECCC;
	border: solid 1px #317E50;
}

.ContactTextBoxOnEnter
{
	font-family: Verdana;
	font-size:12px;
	width:200px;
	font-weight:bold;
	background-color: White;
	border: solid 1px #317E50;
}

.errorLabel
{
    color: Red;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.infoLabel
{
    color: black;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}