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

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

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

table.Contact textarea.contact_textarea {
	width: 350px;
	height: 150px;
}

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

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

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

* input.button {
	background-image: url(../images/submit_bg.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 59px;
	border: 0px;
	color: #555;
}