/* ///////////////////// FORM LAYOUT //////////////////// */
form p{
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}
form p label{
	float:left;
	width:40%;
}
legend{
	font-weight:bold;
}
fieldset{
	padding:10px;
	width:90%;
}
label.rbLabel{
	width:80px;
	float:left;
}

/* ////////////////////////////////////////////////////////////// */

/*///////////// form val //////////////*/

input:focus { background: #f7e1eb;border:none;}
textarea:focus { background: #f7e1eb;border:none;}

#formEnquiry .red {
	border: 1px solid red;
	background:#feea7c;
}

#formEnquiry label.red {
	border: none;
	color: red;
}

#formEnquiry .customRed {
	border: none;
	color: red;
}

#formEnquiry .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}
.but{background:#b26087;height:40px;margin:20px;font-weight:bold;font-size:1.1em;color:#fff;cursor:pointer}
.but:focus{background:#b26087;height:40px;margin:20px;font-weight:bold;font-size:1.3em;color:#fff;cursor:pointer}
/*///////////// ajax result //////////////*/
#log {
	margin-top: 5px;
	text-align:center;
	font-size:14px;	
}

#log_res {
	overflow: auto;
	color:#fa3e97;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url("../images/spinner.gif") no-repeat center;
}
