﻿.contactFrom {	
	margin-top: 2em;	
}

.contactFrom td {
	vertical-align: top;
}

.contactFrom input, .contactFrom textarea {				
	padding: 2px;
	width: 400px;			
	display: block;	
}

.contactFrom textarea {
	height: 90px;
	background-color: #1c1a18;
	border: 1px solid #322d21;
	color:#fff;
}

.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;
	background:url(../imgs/bg-button.gif) no-repeat;
	width: 68px; 
	height: 30px;
	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;
}

