/* CSS Document for form*/
#name, #email, #telephone, #enquiry{
	border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-bottom:#666666 solid 1px;
	border-right:#666666 solid 1px;
font:  12px Arial, Helvetica, sans-serif;
}


#enquiry{
	width:400px;
	height:110px;
	margin-bottom:10px;
}

#name, #email, #telephone{
width:250px;
	height:20px;
	margin-bottom:5px;

}