/* 
CSS Styles for Real Estate Australia
Designed by: e-CBD
Developer: Leon Perkin
*/

/* 
Contact Form
*/

#tableForm {
	padding: 10px 0px;
	font-size: 0.8em;
	width: 450px;
	color: #4e4e4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fieldBox { width: 200px; }
.commentBox { width: 450px; }
.required { font-family: Verdana, Arial, Helvetica, sans-serif; color: #c40909; }


.fieldBox, .commentBox { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; padding: 2px; }


#tableForm span { font-size: 0.85em; }
.callout {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #99c4d5;
	text-align: center;
	font-size: 0.85em;
}
.errorTxt { color: #c40909; font-weight: bold; }

