/* CSS for supermarketdash - Simon Pollard for deckchair.co.uk 2008 */
/* Style for contact */
/* SECTION (HEADER) */
div#header {
	height: 200px;
	position: relative;
}
div#logo {
	height: 112px;
	width: 267px;
	background-image: url(../images/supermarketdash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 309px;
	top: 15px;
}
div#header img {
	position: absolute;
	left: 325px;
	top: 150px;
}
div#contact-details-box {
	width: 764px;
	height: 98px;
	padding-top: 30px;
	background-color: #fff200;
	background-image: url(../images/contact/contact-details-box.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
}
div#contact-details-box p {
	margin-bottom: 15px;
}
a#contact-link {
	background-image:url(../images/contact/email.gif);
	background-repeat: no-repeat;
	width: 469px;
	height: 27px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div#email-form {
	width: 460px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	position: relative;
}
div#email-form-error {
	text-align: center;
	width: 460px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
div#email-form-error h1 {
	font-size: 24px;
	padding-top: 80px;
}
div#email-form-error h2 {
	font-size: 20px;
}
div#email-form-error a {
	padding-top: 20px;
	color: #000066;
}
div.email-form-item {
	position: relative;
	margin-bottom: 15px;
}
div.email-form-message {
	position: relative;
	margin-bottom: 15px;
	height: 50px;
}
div.email-form-item .textinput, div.email-form-message .textinput {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 250px;
}
div.email-form-item .send {
	position: absolute;
	left: 150px;
	top: 30px;
}
div.email-form-captcha  {
	position: relative;
	height: 120px;
}
div.email-form-captcha img#captcha {
	position: absolute;
	left: 150px;
	top: 0px;
}
div.email-form-captcha p {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 350px;
}
div.email-form-captcha input#security_code {
	position: absolute;
	left: 150px;
	top: 100px;
}
div#required {
	position: absolute;
	left: 0px;
	top: 140px;
	font-size: 10px;
}
span.red-hash {
	color: #ff0000;
	font-size: 18px;
}
div#details {
	margin-left: auto;
	margin-right: auto;
	width: 703px;
	height: 244px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.enter {
	background-color: #fff200;
	color: #000000;
	text-align: center;
	height: 70px;
	background-image: url(../images/index/enter-today.jpg);
	background-repeat: no-repeat;
	background-position: 60px 20px;
	position: relative;
}
a.enter-now-small {
	background-image: url(../images/index/enter-now-small.jpg);
	background-repeat: no-repeat;
	width: 197px;
	height: 65px;
	position: absolute;
	right: 55px;
	top: 5px;
}
