@charset "utf-8";
/* CSS Document */
body {
	background-color: #1b1819;
	margin: 0px;
	padding: 0px;
}
#wrapper #heading {
	background-image: url(img/heading.gif);
	background-repeat: no-repeat;
	height: 228px;
	width: 769px;
	margin-top: 100px;
	float: left;
}
#wrapper #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #b69d00;
	clear: both;
	float: left;
	width: 520px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: justify;
}
#wrapper #form {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
#wrapper{
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
}
#form .btn {
	height: 30px;
	background-color: #1b1819;
	color: #b69d00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	text-align: left;
	word-spacing: 0px;
	margin: 0px;
	padding: 0px;
	display: compact;
	
}
#wrapper #form form .input {
	width: 250px;
	height: 20px;
	background-color: #b7b6be;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
#wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	clear: both;
	padding-top: 50px;
	padding-left: 30px;
	line-height: 70px;
}
#wrapper #footer img {
	float: right;
	margin: 0px;
	padding: 0px;
}


#logo {
	float: right;
	background-image: url(img/dunnhumby.gif);
	background-repeat: no-repeat;
	width: 187px;
	height: 67px;
}
#wrapper #form form .input:focus {
	background-color: #FFF;
	}

