#findcontainer {
	clear: both;
	margin: 30px 0 0;
	width: 100%;
}
.findheading {
	font-size: 200%;
	font-weight: 300;
	margin: 0 0 30px;
	width: 100%;
}
.welcomeback {
	clear: both;
	margin: 10px 0 0;
	text-align: right;
	width: 100%;
	padding: 0 0 1px;
}
.welcomeback a { color: #002F43; font-weight: bold; padding: 0; text-decoration: none; }

#findpostcode {
	background-image: url(../assets/images/img_find_bg_postcode.png);
	background-repeat: no-repeat;
	float: left;
	font-size: x-small;
	height: 125px;
	margin: 0 10px 0 0;
	width: 275px;
}
	#contentpostcode {
		margin: 45px auto 0;
		text-align: center;
		width: 221px;
	}

#findarea {
	background-image: url(../assets/images/img_find_bg_area.png);
	background-repeat: no-repeat;
	float: left;
	font-size: x-small;
	height: 125px;
	margin: 0 9px 0 0;
	text-align: left;
	width: 340px;
}
	#contentarea {
		margin: 45px auto 0;
		width: 280px;
	}

#findagentid {
	background-image: url(../assets/images/img_find_bg_agentid.png);
	float: left;
	font-size: x-small;
	height: 125px;
	margin: 0;
	width: 286px;
}
	#contentagent {
		margin: 45px auto 0;
		width: 250px;
	}

/*	Newsagent Search Results Div */
#msgdiv {
	background-attachment: fixed;
	background-image: url(../assets/images/background-search.png);
	background-repeat: repeat;
	background-position: 0 0;
	display: none;
	height: 8100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1050;
}
#searchresults {
	border: 12px solid #035475;
	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%;
}
