﻿


table.contactForm 
{
}

table.contactForm span
{
}

table.contactForm td { vertical-align: top; }
table.contactForm td.label { text-align: right; padding-right: 10px; width: 180px;}

table.contactForm input[type=text],
table.contactForm textarea {
	width: 300px;height: 15px;
	
	background-color: #EFEFEF;
	border: 1px solid gray;
	
	font-family: Verdana;
	font-size: 12px;
}

table.contactForm input[type=text]:focus,
table.contactForm textarea:focus
{
	background-color: #E0E4E9;
	border-color: Black;
}


table.contactForm textarea.message
{
	width: 400px; height: 200px;
}

div.formContactError 
{ 
	width:100%;
	border: 0px;
	border-left: 1px solid #EFEFEF;
	display:table;
	color: red;
	margin: auto;
	margin-bottom: 10px;
	padding-left: 5px; font-family: Verdana; font-size: 12px;
}

div.formContactError span
{
	display:block;
	float:left;
	clear: both;
}