﻿div.contactTitle
{
	margin: 15px 5px 5px 5px;
	background-color: #E0E7EA;
	font-size: 25px;
	font-weight: bold;
}

div.contactContent
{
	margin: 15px 5px 5px 5px;
	font-size: 12px;
}

div.contactContent div
{
	margin-top: 20px;
}

div.contactContent div.divTitle
{
	font-weight: bold;
	background-color: #E0E7EA;
}

table.contactTable
{
	width: 100%; 
	height: 100%
}

table.contactTable td.leftColumn
{
	width: 50%; 
	vertical-align: top;
}

table.contactTable td.rightColumn
{
	width: 50%; 
	vertical-align: top;
	font-size: 12px; 
	padding-top: 10px;
	font-weight: bold;
}

table.contactTable td.rightColumn div.messageForm
{
	background-color: #E0E7EA; 
	margin: 5px 5px 10px 5px; 
	padding: 5px 5px 5px 5px;
}

div.errorDiv_red
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #FF5555;
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}

div.errorDiv_green
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #88FF88;
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	color: #000000;
}

div.errorDiv_yellow
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #FFFF00;
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	color: #000000;
}

table.contactTable td.rightColumn div.messageForm div.Title
{
	margin-bottom: 15px; 
	font-weight: bold;
}

table.contactTable td.rightColumn div.messageForm div.SendButton
{
	text-align: right;
}

table.contactTable td.rightColumn div.messageForm div.submitCode
{	
	text-align: left;
	margin-top: 10px;
}