
/*
*************************************************
file : enquiryform.css
client : Pivs Engineering
use : Standard enquiry form stylesheet
author : Karl BRIGHTMAN
date created: 19th February 2007
*************************************************
*/

#enquiryform {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#enquiryform em {
	color: #ff0000;
}

#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}

#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#enquiryform fieldset ol li {
	padding: 10px;
}

#enquiryform fieldset ol li.alt {
	background: #f6f5f5;
}

#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
}

#enquiryform textarea, #enquiryform input {
	color: #555;
	font-size: 1em;
	padding: .25em;
	width: 180px;
}

#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}
