/* @override http://www.withtaste.ie/contact_us/forms.css */


input {
	width: 180px;
}

textarea {
	width: 180px;
	height: 50px;
}

select {
	width: 180px;
}

table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 1200px;
}

td {
	font-size: 1.2em;
	padding: 5px 5px;
	border-bottom: 1px solid #DEDEDE;
}

tr.header {
	background: #B3B3B3;
}

tr.header td {
	height: 20px;
	font-size: 1.4em;
	color: #fff;
}

span.reqd {
	color: #A01919;
	font-weight: bold;
	
}

span.small {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

#scroller form table tbody tr td p {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

.enquiry-form-errors {
	margin: 10px 0; padding: 10px; width: inheritpx;
	list-style: none;
	border: 1px solid #f00; background: #9c283f; color: #fff;
}

.enquiry-form-errors li {
	padding: 0 0 0 10px;
}

.enquiry-form