form#contact{
	text-align: center;
}
table.contactform{
	width: 600px;
	margin: auto;
	text-align: left;
	font: 13px Arial, sans-serif;
}
table.contactform td{
	width: 50%;
}
table.contactform td input{
	display: block;
}
table.contactform td select{
	display: block;
}
table.contactform td.buttons input{
	display: inline;
}
table.contactform th{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-top: 10px;
}
label.errorMessage{
	font-weight: 600;
	color: #6b1029;
	font-size: 11px;
}
input.errorMessage, select.errorMessage{
	border: 2px solid #6b1029;
}
a.special{
	background: #5D362B;
	color: #F1ECEC;
	float: left;
	text-decoration: none;
	padding: 10px;
	height: 20px;
	margin: 0 20px;
	border: 2px ridge black;
}
a.special:hover{
	background: #84574A;
}
.attn {
	color:#CC0000;
}
