div#ebpm_SearchOptions {
	float: none;
	height: 65px;
	width: 375px;
	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: 300px;
	background-image: url("images/medium_strip_blue.gif");
	background-repeat: repeat-y;
}
span#ebpm_spnStatus {	
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	color: #537da5;
}


div#ebpm_GMap{
	margin-top: 0.1cm;
	float:none;
	height: 350px;
	width: 375px;
}


div#ebpm_Country {
	float: left;
	padding-left: 0.0cm;
	margin-top: 0px;
}
div#ebpm_PostCode,div#ebpm_Distance,div#ebpm_SearchWord,div#ebpm_Category {
	float: left;
	padding-left: 0.5cm;
	margin-top: 3px;
}
div#ebpm_btnSearch {
	float: left;
	padding-left: 0.7cm;
	height: 18px;
	width: 65px;
	margin-top: 1px;
}


span#ebpm_spnTitleCountry,span#ebpm_spnTitlePostCode,span#ebpm_spnTitleDistance,span#ebpm_spnTitleSearchWord,span#ebpm_spnTitleCategory {
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	color: #3f3f3f;
	vertical-align: middle;
}
select#ebpm_slctCountry {
	height: 0px;
	width: 0px;
	font-family: ;
	font-size: 0px;
	font-weight: 
	color: #000000;
}
input#ebpm_txtPostCode {
	height: 16px;
	width: 50px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}
select#ebpm_slctDistance {
	height: 19px;
	width: 40px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}
input#ebpm_txtSearchWord {
	height: 16px;
	width: 100px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}
select#ebpm_slctCategory {
	height: 20px;
	width: 150px;
	font-family: Arial;
	font-size: 11px;
	font-weight: Regular;
	color: #000000;
}


/*style for table in marker info pop-up windows
begin*/
div#ebpm_divDetails {
	width: 280px;
	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*/