div#ebpm_SearchOptions {
	float: none;
	height: 39px; /*Adjust height of search options*/
	width: 572px; /*Adjust width of search options*/
	/*background-image: url("images/to_small_red.gif");*/
	/*background-repeat: repeat-x;*/
}


div#ebpm_Status {
	float:none;
	padding-left: 0.1cm;
	margin-top: 0.5cm;
	padding-top: 3px;
	height: 20px;
	width: 572px; 
	/*background-image: url("images/medium_strip_red.gif");*/
	/*background-repeat: repeat-y;*/
}
span#ebpm_spnStatus {	
	font-family: Arial;
	font-size: 10px; /*11px;*/
	font-weight: Bold;
	color: #b74e4e;
}


div#ebpm_GMap{
	margin-top: 0.1cm;
	float:none;
	height: 500px; /*Adjust Map height*/
	width: 572px; /*Adjust Map width*/
}


div#ebpm_Country {
	float: left;
	padding-left: 0.6cm;
	margin-top: 5px;
}
div#ebpm_PostCode,div#ebpm_Distance ,div#ebpm_SearchWord,div#ebpm_Category  {
	float: left;
	padding-left: 0.6cm;
	margin-top: 5px;
}
div#ebpm_btnSearch {
	float: left;
	padding-left: 0.9cm;
	height: 18px; /*22px;*/
	width: 65px;
	margin-top: 5px;
}


span#ebpm_spnTitleCountry,span#ebpm_spnTitlePostCode,span#ebpm_spnTitleDistance,span#ebpm_spnTitleSearchWord,span#ebpm_spnTitleCategory  {
	font-family: Arial;
	font-size: 10px; 
	font-weight: Bold;
	color: #3f3f3f;
	vertical-align: left;
}

select#ebpm_slctCountry {
	height: 21px; 
	width: 70px; 
	font-family: Arial;
	font-size: 10px; 
	font-weight: Regular;
	color: #000000;
}
input#ebpm_txtPostCode {
	height: 21px; 
	width: 50px; 
	font-family: Arial;
	font-size: 10px; 
	font-weight: Regular;
	color: #000000;
}
select#ebpm_slctDistance {
	height: 21px; 
	width: 40px;
	font-family: Arial;
	font-size: 10px; 
	font-weight: Regular;
	color: #000000;
}
input#ebpm_txtSearchWord {
	height: 21px; 
	width: 85px;
	font-family: Arial;
	font-size: 10px; 
	font-weight: Regular;
	color: #000000;
}
select#ebpm_slctCategory {
	height: 21px; 
	width: 90px; 
	font-family: Arial;
	font-size: 10px; 
	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*/