table.Contact td {
	vertical-align: top;
}

table.Contact td.label {
	width: 70px;
	font-weight: bold;
}

table#Registration td.label {
	width: 170px;
	font-weight: bold;
}

table.Contact input.contact_text {
	width: 300px;
}

table.Contact textarea {
	width: 380px;
	height: 80px;
}

table.Contact td.label em {
	color: #AF0000;
}

table.Contact p.warning {
	font-size: 11px;
	color: #AF0007;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px;
	background-color: #FFFBCF;
}

table.Contact div#errors {
	border: 1px solid #AF0000;
	background-color: #FFEFEF;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}

* .messageSuccess { font-weight: bold; color: #AB2B2D;}
* .messageWarning { font-weight: bold; color: #FF0000;}