body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	height: 440px;
	overflow: hidden;
	background-color: #F6F6F6;
}

p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	margin: 5px;
	padding: 0px 5px 10px 5px;
	z-index: 99;
	background-color: #FFFFFF;
}

#header img {
	border: 1px solid #333;
	margin-left: 12px;
	float: left;
}

#results {
	position: absolute;
	height: 278px;
	overflow: auto;
	margin: 5px 5px 0px 5px;
	padding: 0px;
	font-size: 90%;
	top: 146px;
	width: 315px;
	background-color: #FFFFFF;
	border: 1px solid #fff;
	border-top: 1px solid #333;
}

body > #results {
	height: 285px;
}


form {
	margin: 0px;
	padding: 5px;
	width: 175px;
	float:right;
}

form .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color:#666666;
	margin-bottom: 3px;
}

#submit {
	position: relative;
	top: 4px;
}

#postcode {
	width: 150px;
	/* border: 1px solid #666; */
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#key {
	z-index: 99;
	width: 150px;
	border: 1px solid #333;
	position: absolute;
	top: 360px;
	left: 160px;
	font-size: 9px;
	width: 120px;
	padding: 5px;
	color: #666666;
	background-color: #F6F6F6;
}

#footer {
	z-index: 99;
	border: 1px solid #fff;
	border-top: 1px solid #333;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 9px;
	padding: 4px 5px 4px 5px;
	color: #666666;
	background-color: #F6F6F6;
	width: 100%;
	display: none;
}

#print {
	background-image: url(/images/availability/print-icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 1px 0px 3px 20px;
	height: 16px;
	font-size: 12px !important;
	color: #333333 !important;
}

#footer a,
#footer a:hover,
#footer a:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
