.heading{
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position:relative;
	top:-7px;
}

.searchform{
/*	padding:10px 0; */
/*	width: 550px; */
/*	border: solid 1px #65B7E7; */
	background: #E0EBF5;
}

/*	Searchform Input Fields */

.searchform td{
	font-family: arial;
	font-size: 18px;
	color: #000;
/*	width:170px; */
}

.searchform a{
	font-family: arial;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.searchform a:hover{
	font-family: arial;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
}

/*	Searchform Input Fields */

.wsaccessform td{
	font-family: arial;
	font-size: 18px;
	color: #000;
/*	width:170px; */
}

.wsaccessform a{
	font-family: arial;
	font-size: 18px;
	color: #000;
	text-decoration: none;
} 

.wsaccessform a:hover{
	font-family: arial;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
}

.textfield{
	font-family: arial;
	font-size: 18px;
	width: 200px;
	border: none;
	background-color:#7AD3F7;
}

.error{
	font-family: arial;
	font-size: 18px;
	color: red;
}

.button{
	font-family: arial;
	font-size: 18px;
	width: 100px;
	background: #65B7E7;
	color: white;
	border: solid 0px black;
}

.searchresult{
	width: 500px;
	border: solid 1px #65B7E7;
	background: #E0EBF5;
}

.searchresult td{
	font-family: arial;
	font-size: 18px;
	color: #03325A;
}

.searchresult .header{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.searchresult .storename{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #03325A;
}

.searchresult a{
	font-family: arial;
	font-size: 18px;
	color: red;
	text-decoration: none;
}

.searchresult a:hover{
	font-family: arial;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

.searchresult zcw_page{
	font-family: arial;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

.pageselected{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#record_checkbox, #distance_checkbox {
	position:relative;
	top:-4px;
}