#findcontainer
{
	background-color: #ffffff;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0 0 20px;
	max-width: 980px;
	position: relative;
	text-align: center;
}


#findcontainer h1
{
	font-size: 150%;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 20px 30px 0;
	text-align: left;
}
	@media screen and (max-width: 980px) {
		#findcontainer h1 { font-size: 120%; }
	}


.search-frame
{
	margin: 0 auto;
	max-width: 920px;
}


#findpostcode
{
	background-color: #C0E8D0;
	display: block;
	float: left;
	min-height: 155px;
	margin: 0;
	padding: 0;
	position: relative;
}
	#contentpostcode
	{
		margin: 0 auto;
		text-align: center;
		width: 275px;
	}
	#contentpostcode input[type="text"]
	{
		display: block;
	}


#findarea {
	background-color: #EFDFC8;
	display: block;
	float: left;
	min-height: 155px;
	margin: 0 9px;
	padding: 0;
	position: relative;
	width: 340px;
}
	#contentarea {
		margin: 0 auto;
		text-align: left;
		width: 280px;
	}


#findagentid {
	background-color: #F4BAB9;
	display: inline-block;
	float: left;
	margin: 0;
	min-height: 155px;
	position: relative;
	width: 286px;
}
	#contentagent {
		margin: 0 auto;
		width: 250px;
	}
	#contentagent input[type="number"]
	{
		display: block;
	}

#contentpostcode p, #contentarea p, #contentagent p {font-size: 18px; margin: 0 0 20px; padding: 20px 0 0; text-align: center;}

#findpostcode input[type="text"],
#findarea input[type="text"],
#findagentid input[type="number"]
{
  font-size: 16px;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;
  margin: 0 auto 15px;
  width: 50%;
}
input[type="text"]:focus {
  outline: none;
}

#findpostcode input[type="button"],
#findarea input[type="button"],
#findagentid input[type="button"]
{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 8px #666666;
	-moz-box-shadow: 0px 5px 8px #666666;
	box-shadow: 0px 5px 8px #666666;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	background: #1671ad;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	-webkit-appearance: none;
}

#findpostcode input[type="button"]:hover,
#findarea input[type="button"]:hover,
#findagentid input[type="button"]:hover
{
	background: #3cb0fd;
	text-decoration: none;
}

	@media screen and (max-width: 980px) {
		#findpostcode, #findarea, #findagentid { display: block; float: none; margin: 0; width: 100%; }
		#findarea, #findagentid { border-top: 1px solid #bbbbbb; }
	}

/***
 *
 *	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;
	min-height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	z-index: 1050;
}
#searchresults {
	background-color: #035475;
	border: 1px solid #035475;
	margin: 60px auto 20px;
	text-align: left;
	max-width: 800px;
}
#sr_header {
	height: 28px;
	margin: 8px auto 0;
	width: 90%;
}
#sr_content {
	background-color:  #DDE;
	margin: 10px auto;
	min-height: 400px;
	position: relative;
	z-index: 1000;
}
#sr_title {
	color: #4F5EB1;
	font-size: large;
	font-weight: bold;
	margin: 0 0 0 18px;
	padding: 12px 0;
}
#sr_resultinfo {
	color: #4F5EB1;
	font-size: medium;
	font-weight: bold;
	margin: 0 0 20px 20px;
	position: relative;
}
#sr_results {
	background-color: #FFF;
	border: 1px solid #9797AD;
	font-size: medium;
	margin: 0 auto 20px;
	max-height: 400px;
	max-width: 90%;
	min-height: 130px;
	overflow: auto;
	padding: 25px 15px;
	position: relative;
}
/***
 *
 *	Newsagent Details
 *
 */
#agentrow {
	clear: both;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 5px 5px 0;
	position: relative;
	text-align: left;
}
#agentrowRegistered {
	background-color: #DDDDEE;
	border: 1px solid #999;
	border-radius: 6px;
	clear: both;
	margin: 0 0 10px 0;
	padding: 5px 5px 0;
	position: relative;
	text-align: left;
}
#agentname {
	float: left;
	font-weight: bold;
	margin: 5px 0 10px;
}
#agentadr {
	clear: both;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 0 25px;
}
.agentExtra {
	display: block;
	margin: 0 5px 10px;
}
.agentExtra span {
	background-color: #1D124E;
	border: 1px solid #1D124E;
	border-radius: 5px;
	color: #FFF;/*#1D124E;*/
	font-size: small;
	margin: 0 0 10px 0;
	padding: 5px;
}
.agenthr {
	clear: both;
	color: transparent;
	width: 100%;
}
img.service-icons {margin: 0 10px 0 0;height: 24px;}

#sr_helptitle {
	color: #4F5EB1;
	font-size: large;
	font-weight: bold;
	margin: 0 0 10px 18px;
	position: relative;
}
#sr_helpinfo {
	font-size: medium;
	margin: 0 10px 10px 18px;
	padding: 0 0 20px;
	position: relative;
}
#sr_footer {
	height: 35px;
}


@media screen and (max-width: 850px) {
	#searchresults {
		background-color: #DDE;
		border: 0;
		border-radius: 0;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	#sr_content {
		background-color:  #EEF;
		margin: 10px auto;
		min-height: 300px;
		position: relative;
		z-index: 1000;
	}
}

/**
 *	Visit newsagent button
 */

/*
.agentlink {
	background-color: #1D124E;
	border: 1px solid #9B9CCD;
	border-radius: 7px;
	color: #FFF;
	font-size: medium;
	margin: 10px 10px 10px 15px;
	padding: 8px;
	min-width: 100px;
}
.agentlink:hover {
	background-color: #C5C6E7;
	color: #000;
}
*/
.agentlink {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	text-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 3px 3px 3px #c7c7c7;
	-moz-box-shadow: 3px 3px 3px #c7c7c7;
	box-shadow: 3px 3px 3px #c7c7c7;
	color: #ffffff;
	font-size: medium;
	background: #1D124E;
	padding: 8px;
	text-decoration: none;
	position: absolute;
	right: 8px;
	top: 35px;
}

.agentlink:hover {
	background: #3cb0fd;
	cursor: pointer;
	text-decoration: none;
}