form#enquiry input, form#enquiry textarea, form#enquiry select
{
	font-family: monaco, verdana, sans-serif;
	background-color: #FFF;
	font-size: 12px;
}

form#bag-search input, form#bag-search select
{
	width: 150px;
	margin-bottom: 5px;
}

form#bag-search input#all { width: auto; }
form#bag-search { margin-bottom: 1.5em; }

form#enquiry fieldset, form#bag-search fieldset
{
	border: 1px #333 solid;
	width: inherit;
	padding: 5px;
}

form#enquiry legend, form#bag-search legend
{
	line-height: 2.5em;
	border-color: #CCC;
	border-width: 1px 5px 5px 1px;
	border-style: solid;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

form#enquiry label, form#enquiry input, form#enquiry textarea, form#enquiry select
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

form#enquiry label
{
	text-align: right;
	width: 150px;
	padding-right: 10px;
	color: #333;
	margin-top: 5px;
}

br { clear: left; }
form#enquiry input, form#enquiry textarea, form#enquiry select { width: 300px; }
form#enquiry textarea { height: 200px; }

/*input:focus, textarea:focus, select:focus
{
	background-color: #4960A3;
	border: #FFF 1px solid;
	color: #FFF;
}*/

input#bag-search
{
	width: auto;
	float: inherit;
}

form#enquiry input#same { width: auto; }

form#enquiry
{
	background: #FFF;
	padding: 0;
	margin-top: 1em;
}

div.error
{
	display: block;
	clear: both;
	padding: 10px 10px 10px 50px;
	background-color: #C33;
	margin-bottom: 5px;
	background-image: url(/_graphics/ui/errorMsg.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: #933 1px dotted;
}

div.error p, div.error ul { color: #FFF; }
div.error li { margin-left: 2em; }
