#contact table {
	width:100%;
	border-top:solid 1px #c9c9c9;
	border-collapse:collapse;
	margin:5px 0 0;
}

#contact th {
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	white-space: nowrap;
	background:#e5e5e5;
	border-bottom:solid 1px #c9c9c9;
	padding:10px 20px;
}

#contact td {
	text-align:left;
	vertical-align:middle;
	border-bottom:solid 1px #c9c9c9;
	padding:11px 15px;
}

#contact #submit {
	width:200px;
	height:50px;
	background:url(../contact/img/submit.gif) no-repeat;
    border:0;
	margin:20px 290px 0;
}

#contact .red {
	font-size:11px;
	color:#ef5069;
}