.heading {  
	font-family: sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #deb305;
}
.fieldTitle {
	font-family: sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px 2px 5px;
}
.fieldTitleError {
	font-family: sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px 2px 5px;
}
.fieldValue {
	font-family: sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0px 5px 2px 5px;
	vertical-align: middle;
}

.formNormal {
	font-family: sans-serif;
	font-size: 13px;
	margin-left: 10px;
	text-align: justify;
	font-weight: normal;
}

.errorInForm {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.enquiryThankyou {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}

.button { 
	font-family: sans-serif; 
	font-size: 12px; 
	color: #deb305; 
	background-color: #eee6d6; 	
	text-align: center; 
	font-weight: bold; 
	text-transform: none; 
	margin: 3px 3px 3px 3px
}
