﻿
#contact{
	text-align: left;
}

#contact table{
	border-spacing: 0;
	border: 0;
	margin: auto;
}

#contact table th{
	text-align: left;
	font-size: 15px;
	padding: 5px 0 0 5px;
}

#contact table td{
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

#contact .note{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-left: 5px;
}

#contact .success{
	background: #D3E0F0;
	border: solid 2px #93B5DB;
	padding: 5px;
	margin-bottom: 8px;
	color: #000;
	font-weight: bold;
}

#contact input[type=text]{
	font-size: 13px;
	padding: 2px;
	width: 170px;
}

#contact textarea{
	font-size: 13px;
	padding: 2px;
	width: 470px;
	height: 130px;
}

#contact input.longer{
	width: 450px;
}

#contact input[type=submit]{
	font-size: 13px;
	font-weight: bold;
}