div.contentInner {
	/*height: 683px;
	!height: 696px;*/
}

table.contact {
	margin-bottom: 20px;
	!margin-bottom: 50px;
}

td.green {
	color:#298420;
	width: 130px;
	vertical-align:top;
}

input.required, input.required validate-email, input.contactForm {
	width: 259px;
	!width: 256px;
	border: 1px solid #090;
}

p.requiredInfo{
	font-size: 12px;
	text-align:right;
}
div.alert {
	margin: auto;
	width:300px;
	padding: 20px;
	font-weight:bold;
	font-size:12px;
}
div#green {
	background: #EEFFEC;
	color:#298420;
}
div#red {
	background: #FFF0F0;
	color: #D70000;		
}
span.red {
	color: #D70000;	
}

.validation-advice {
	font-size:12px;
	width: 253px;
	float: right;
}
