div#find-nearest-store {
	background-color: #f1f1f1;
	border: 1px solid #ececec; 
	margin-bottom: 1.1em;
	font-size: 11px;
	width:184px;
}
div#find-nearest-store div.innerBorder {
	border: 1px solid #fff;	
	
}
div#find-nearest-store img {
	margin: 0;
	padding: 0;
	border: 0;
}

div#find-nearest-store p {
	margin: 5px 10px 10px 10px;
}
div#find-nearest-store form {
	width: 100%;
}
div#find-nearest-store form input#postcode  {
	height: 20px;
	width: 155px;
	font-size: 11px;
	border: 0;
	margin-left: 10px;
	padding-left: 4px;
}
div#find-nearest-store form .theButtonHolder button  {
	margin: 5px 12px 0 0;
	padding:0;
	width: 40px
}
div#find-nearest-store .theButtonHolder {
	margin: 1px 0;
	text-align:right;
}
