﻿.contactFrom {	
	margin-top: 2em;	
}

.contactFrom td {
	vertical-align: top;
}

.contactFrom input, .contactFrom textarea {				
	padding: 2px;
	width: 400px;
	display: block;
	border:#828282 1px solid; 
	background-color:#dddddd; 
	height:20px;
}

.contactFrom textarea {
	height: 90px;	
}

.contactFrom textarea:focus, .contactFrom input:focus {
	border: 2px solid #900;
}

.contactFrom input.submit-button:focus {
	border: none;
}

.contactFrom input.submit-button {
	color: #FFFFFF;
	text-align: center;
	border: none;	
	width: 70px; 
	height: 22px;
	line-height: 30px;		
	display: block;
	margin: 10px auto;	
	font-weight: bold;
}

.contactFrom span.field {	
	font-weight: bold;	
	padding-top: 5px;
	padding-right: 5px;
}

.contactFrom .errorMessage {	
	text-align: left;			
	color: Red !important;
	font-weight: bold;
}

p.thanks {
	font-weight: bold;	
	text-align: center;	
}

.contactFrom .optional {
	font-style:italic;
}

