div#form_col{
	clear:right;
	float:right;
	width:55%;
}

p.req{
	clear:both;
	font-size:12px; 
	margin:1em 0;
	color:#777;
}
label em, p.req em{
	font-style:normal;
	margin:0 0.5em;
	color:red;
}
label.err{color:red;}

div.confirmation ol{
	margin:1em 3em;
}
div.confirmation p{
	margin:2em 1em;
}


/* -------------------------------  input widths ------------------------------------- */

.w20{width:40%;}
.w30{width:50%;}
.w40{width:60%}
.w50{width:70%;}
.w60{width:80%;}
.w70{width:90%;}

html>body input.w20{width:20%;}
html>body input.w30{width:30%;}
html>body input.w40{width:40%;}
html>body input.w50{width:50%;}
html>body input.w60{width:60%;}
html>body input.w70{width:70%;}




form{
	clear:both;
	width:90%;
	float:left;
	margin:2em auto 4em;
}

#enquiry label{
	width:30%;
	display:block;
	clear:both;
	float:left;
	text-align:right;
	margin:0.3333em 0.5em 0;
	cursor:pointer;	
}

#enquiry input{
	margin:0.2em 0 1.3333em;
	color:#777;
	background:#fff;
}

#enquiry fieldset{
	border:1px solid #ccc;
	padding:0.5em 2em;
	width:90%;
	margin:1em 0 1.3333em;
}
#enquiry legend{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0.5em;
}

#enquiry fieldset input{
	margin:0.3333em 0 0.2em;
}
#subject_label, #subject{
	display: none !important;
}
#enquiry textarea{
	clear:right;
	float:left;
	margin:0 0.2em 0.666em;
}
html>body #enquiry textarea{
	margin:0 0 0.666em 0;
}
input#send_enquiry{
	display:block;width:60px;margin:1em auto 0;
}


/*----------------------- Email messages------------------------*/
div#email_body{
	width:100%;
	background:#fff;
}
#email_table, #email_table th, #email_table td{
	border:1px solid #ccc;
	margin:1em 2em;
}
#email_table th{
	text-align:left;
}
#email_table th, #email_table td{
	font-size:0.8em;
	padding:0.2em 0.5em;
}

/*----------------------- survey ------------------------*/

form#survey{
	width:85%;
	margin:0 auto 1em;
	border:1px solid #ccc;
	padding:0 1em 1em;
	}
#survey label{
	cursor:pointer;	
}
#survey textarea,#survey input{
	width:95%;
	}	
input#send_survey{
	display:block;width:60px;margin:1em auto 0;
}	
