fieldset {
	padding: 0;
	border: none;
}

fieldset.generic input, 
fieldset.generic textarea, 
fieldset.generic select {
	background: transparent url(../images/bg-alpha.png) repeat;
	border: 1px solid #373939;
	padding: 4px 8px;
	margin: 5px 0;
	color: #525252;
	
}

fieldset.generic input {
	height: 16px;
	width: 219px;
}

fieldset.generic select {
	width: 236px;
}

fieldset.generic textarea {
	width: 225px;
	height: 135px;
}


fieldset.focusblur label {
	display: none;
}

fieldset.buttons {
	text-align: right;
}

input#submit {
	width: auto;
	height: auto;
	padding: 0;
	float: right;
	border: none;
}

ul.errorlist {
	padding: 0;
	list-style: none;
	color: #cc981c;
	font-size: 0.92em;
	margin: 0;
}

ul.errorlist li {
	margin: 0;
	padding: 0;
}

form#newsletter-form {
	text-align: center;
	margin-top: 12px;
}

form#newsletter-form fieldset input {
	background-color: #000;
	color: #ecebeb;
	text-transform: uppercase;
	padding: 12px 7px 12px 15px;
	border: none;
	font-size: 0.92em;
	vertical-align: middle;
	height: 14px;
	width: 240px;
}

form#newsletter-form fieldset input.submit {
	padding: 0;
	width: auto;
	height: auto;
}

div#enquiry div.right {
	width: 235px;
}

fieldset.generic p label {
	display: block;
	padding: 6px 3px;	
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

select#id_type_of_enquiry {
	background-color: #0c0e0f;
	border: 1px solid #373939;
}

