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

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

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

table.Contact input.contact_date {
	width: 20px;
}

table.Contact input.contact_notes {
	width: 240px;
	height: 100px;
}

table.Contact input.insert_number {
	width: 30px;
}


table.Contact select {
	width: 200px;
}

table.Contact textarea {
	width: 360px;
	height: 100px;
}

table.Contact input.radio {
	margin-left: 10px;
}

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

table.Contact p.warning {
	font-size: 11px;
	color: #7EAD00;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px;
	background-color: #EFEFEF;
	width: 200px;
}

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

* .messageSuccess { font-weight: bold; color: green;}
* .messageWarning { font-weight: bold; color: red;}