/* @group forms */
div.contact legend, div.contactAlf legend {
	display:none;
}
.contact {
	margin-bottom:33px;
	}
div.contact h3 {
	color:#8a8a8a;
	font-family:arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:6px;
}
div.contact textarea, div.contact input, div.contactAlf textarea, div.contactAlf input {
	border:none;
}
div.contact div#textarea,
div.contactAlf div#textarea {
	background:url('Images/mainSprite.png') no-repeat top left;
	background-position: 0 -1108px; 
	height:101px;
	margin-bottom:12px;
	width:449px;
	margin-left:-1px;
}
div.contact textarea, div.contactAlf textarea {
	background:transparent;
	font-family:"Lucida Grande", "Lucida Sans", arial, sans-serif;
	overflow:auto;
	width:437px;
	font-size:12px;
	color:#333;
	height:87px;
	margin:7px 0 0 10px;
}
div.contact input.textInput, div.contactAlf input.textInput {
	background:url('Images/mainSprite.png') no-repeat top left;
	background-position: 0 -366px;
	float:left;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:11px;
	padding-top:7px;
	width:144px;
	font-size:12px;
	margin-left:-1px;
}
div.contact input.submitForm,
div.contactAlf .submitForm {
	float:right;
	margin-top:5px;
	width:76px;
}

div.login legend {
	display:none;
}
div.login input {
	border:none;
}
div.login input#username, div.login input#password {
	background:url('Images/mainSprite.png') no-repeat top left;
	background-position: 0 -366px;
	height:15px;
	float:left;
	padding-bottom:11px;
	padding-left:11px;
	padding-right:11px;
	padding-top:7px;/*should be 9 but looked better with 7*/
	width:144px;
}

div.holder input#postcode {
	background:url('Images/box/textInput.png') no-repeat;
	bottom:21px;
	height:19px;
	font-size:1.04em;
	left:18px;
	padding:6px 11px 4px 9px;
	position:absolute;
	width:106px;
}
div.holder #postcodeSearch {
    cursor:pointer;
	bottom:10px;
	position:absolute;
	right:18px;
}
div.holder input#searchPuff {
	background:url('Images/box/searchPuff.png') no-repeat;
	bottom:78px;
	height:19px;
	font-size:1.04em;
	left:16px;
	padding:6px 11px 4px 9px;
	position:absolute;
	width:106px;
}
div.holder input#searchButton {
	bottom:80px;
	position:absolute;
	right:20px;
}
div.holder input {
	border:none;
	
}
/* end @group forms */