form#enquiry input, form#enquiry textarea, form#enquiry select {
	font-family: monaco, verdana, sans-serif;
	background-color: #FFF;
	font-size: 12px;
}

form#search input, form#search select {
	width: 150px;
	margin-bottom: 5px;
}

form#search input#all {
	width: auto;
}

form#search {
	margin-bottom: 3em;
}

form#enquiry fieldset, form#search fieldset {
	border: 1px #333 solid;
	width: inherit;
	padding: 5px;
}

form#enquiry legend, form#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;
}

textarea.xtiny, input.xtiny, select.xtiny {
	width: 15px;
}

textarea.tiny, input.tiny, select.tiny {
	width: 30px;
}

textarea.small, input.small, select.small {
	width: 75px;
}

textarea.medium, input.medium, select.medium {
	width: 150px;
}

textarea.large, input.large, select.large {
	width: 300px;
}

textarea.xlarge, input.xlarge, select.xlarge {
	width: 400px;
}

abbr.required {
	color: #FC000A;
}

/*input:focus, textarea:focus, select:focus
{
	background-color: #4960A3;
	border: #FFF 1px solid;
	color: #FFF;
}*/

input#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/error.png) !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: #933 1px dotted;
}

div.error p, div.error ul {
	color: #FFF;
}

div.error li {
	margin-left: 2em;
}
span.required, abbr.required {
	color: #FC000A;
}
.qtip-content p:last-child {
	margin-bottom: 0;
} 
label:hover, img.help {
	cursor: pointer;
}

form#enquiry label.error {
	background-color: transparent;
	color: #F00;
	background-repeat: no-repeat;
	background: transparent url(http://cdn.pageworks.co.uk/share/graphics/icons/famfamfam/silk/error.png) no-repeat scroll left center;
	color: red;
	padding-left: 20px;
	margin-left: 3px;
	/*display: block;
	clear: both;*/
	text-align: left;
	padding-right: 0;
	width: 120px;
}
ul label.error {
	float: right;
}
label.valid {
	background: transparent url(http://cdn.pageworks.co.uk/share/graphics/icons/famfamfam/silk/tick.png) no-repeat scroll left center;
	color: black;
}
#ui-datepicker-div {
	font-size: 12px;
}
