#findcontainer {
	font-size: x-small;
	height: 125px;
	margin: 10px 0 0 0;
	width: 900px;
}
#findpostcode {
	background-image: url(../images/img_find_bg_postcode.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 125px;
	margin: 0 20px 0 0;
	width: 243px;
}
#contentpostcode {
	margin: 45px auto 0 auto;
	text-align: center;
	width: 221px;
}
#findarea {
	background-image: url(../images/img_find_bg_area.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 125px;
	margin: 0 20px 0 0;
	width: 331px;
}
#contentarea {
	margin: 35px auto 0 auto;
	width: 280px;
}
#findagentid {
	background-image: url(../images/img_find_bg_agentid.jpg);
	float: right;
	height: 125px;
	width: 286px;
}
#contentagent {
	margin: 45px auto 0 auto;
	width: 250px;
}
#msgdiv {
	background-attachment: fixed;
	background-image: url(../images/bgtest.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	display: none;
	font-family: Arial;
	height: 8100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#searchresults {
	border: 12px solid #f8f8e8;
	margin: auto;
	margin-top: 60px;
	text-align: left;
	width: 438px;
}
#sr_header {
	background-image: url(../images/div_results_header.png);
	height: 27px;
	width: 438px;
}
#sr_content {
	background-image: url(../images/div_results_bg.png);
	height: 335px;
	width: 438px;
	z-index: 1000;
}
#sr_footer {
	background-image: url(../images/div_results_footer.png);
	height: 35px;
	width: 438px;
}
#sr_title {
	color: #4F5EB1;
	font-size: 18px;
	font-weight: bold;
	left: 18px;
	position: relative;
	top: 18px;
}
#sr_resultinfo {
	font-size: 11px;
	font-weight: bold;
	left: 20px;
	position: relative;
	top: 30px;
}
#sr_results {
	border: 1px; 
	border-style: solid; 
	border-color: #9797AD;
	height: 130px;
	overflow: auto; 
	padding: 5px; 
	position: relative; 
	left: 20px; 
	top: 50px; 
	width: 380px;  
}
#sr_helptitle {
	color: #4F5EB1;
	font-size: 16px;
	font-weight: bold;
	left: 18px;
	position: relative;
	top: 60px;
}
#sr_helpinfo {
	font-size: 11px;
	left: 20px;
	margin: 0 0 20px 0;
	position: relative;
	top: 63px;
	width: 380px; 
}
#agentrow {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	width: 95%;
}
#agentname {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
#agentadr {
	clear: both;
	float: left; 
	font-size: 10px;
	margin: 0 0 15px 0;
	width: 100%;
}
.agentlink {
	clear: both;
	float: right;
	font-size: 11px;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 155px;
}
.agenthr {
	clear: both;
	width: 100%;
}