div#ebpm_SearchOptions {
	float: none;
	height: 39px;
	width: 100%;
	background-image: url("images/top_big_blue.gif");
	background-repeat: repeat-x;
}


div#ebpm_Status {
	float:none;
	padding-left: 0.1cm;
	margin-top: 0.1cm;
	padding-top: 3px;
	height: 20px;
	width: 100%;
	background-image: /*url("images/big_strip_blue.gif");*/
	background-repeat: repeat-y;
}
span#ebpm_spnStatus {	
	font-family: Arial;
	font-size: 14px;
	font-weight: Bold;
	color: #537da5;
}


div#ebpm_GMap{
	margin-top: 0.1cm;
	float:none;
	height: 600px;
	width: 100%;
}


div#ebpm_Country {
	float: left;
	padding-left: 0.0cm;
	margin-top: 0px;/*5px -removed*/
}
div#ebpm_PostCode,div#ebpm_Distance ,div#ebpm_SearchWord,div#ebpm_Category {
	float: left;
	padding-left: 0.1cm;
	margin-top: 5px;
}
div#ebpm_btnSearch {
	float: left;
	padding-left: 0.2cm;
	height: 22px;
	width: 65px;
	margin-top: 5px;
}


span#ebpm_spnTitleCountry ,span#ebpm_spnTitlePostCode,span#ebpm_spnTitleDistance,span#ebpm_spnTitleSearchWord,span#ebpm_spnTitleCategory {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #3f3f3f;
	vertical-align: middle;
}

select#ebpm_slctCountry {
	height: 0px;/*21*/
	width: 0px;/*82*/
	font-family: sans-serif;
	font-size: 0px;/*11*/
	font-weight: 0;
	color: #000000;
}
input#ebpm_txtPostCode {
	height: 15px;
	width: 80px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}
select#ebpm_slctDistance {
	height: 21px;
	width: 48px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}
input#ebpm_txtSearchWord {
	height: 15px;
	width: 115px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}
select#ebpm_slctCategory {
	height: 21px;
	width: 162px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: Regular;
	color: #000000;
}


/*style for table in marker info pop-up windows
begin*/
div#ebpm_divDetails {
	width: 460px;
	height: 120px; 
	overflow-y: auto;
	scrollbar-arrow-color: blue; 
	scrollbar-face-color: #e7e7e7; 
	scrollbar-3dlight-color: #a0a0a0; 
	scrollbar-darkshadow-color: #888888;
}
table#ebpm_Details {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
table#ebpm_Details th { 
	border-bottom: 2px solid #d79900;
	background-color: #fff2ba;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
.ebpm_image { 
	text-align: center;
	width: 25%;
}
.ebpm_title {
	text-align: left;
	width: 45%;
}
.ebpm_price { 
	text-align: center;
	width: 10%;
}
.ebpm_endtime { 
	text-align: center;
	width: 20%;
}
/*end*/