table.contact {
	width: 400px;
	margin: 30px auto 0 auto;
}

td.contact_top_left, td.contact_top_right {
	width: 100px;
	border: 1px solid #525252;
	border-bottom: 0;
	font-family: arial, sans-serif;
	padding: 0;
}

.contact_top_other {
	width: 200px;
}

td.contact_top_left {
	border-right: 0;
}

.contact_header:link, .contact_header:visited, .contact_header:active {
	padding: 5px;
	text-decoration: none;
	display: block;
	width: 100px;
}

.contact_header:hover {
	background: #525252;
	color: white;
}

.contact_header_select:link, .contact_header_select:visited, .contact_header_select:active {
	padding: 5px;
	text-decoration: none;
	display: block;
	width: 100px;
	background: #525252;
	color: white;
}

p.text input, select, p.submit input {
	float: right;
}

p.error_text {
	color: white;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

p.error_text b {
	color: #DB8538;
}