﻿
.duran{
	width:920px;
	width:900px!important;
	border:10px solid #FFFFFF;
	margin:0 auto;
	text-align:left;
	position:relative;
	background-color:#FFFFFF;
}

#inputbox{
	width:170px;
	height:20px;
	position:absolute;
	top:263px;
	left:26px;
	z-index:10000;
	display:none;
	
}
.duran div input{
	width:100%;
	height:100%;
	font-family:"Arial";
	font-weight:bold;
	color:#AAABAD;
	background-color:none;
	border:0;
	}
#world_map{
	width:322px;
	position:relative;
}
#shadow{
	position:absolute;
	left:290px;
	top:0;
}
#map_canvas{
	position:absolute;
	right:0;
	top:0;
	width:610px;
	height:300px;
	margin:0;
	background-color:#FFF;
	
}
#userInfo{width:880px;overflow:hidden;margin:0 auto;}
.bottom{
	background:url(../images/bottom.png) no-repeat top center;
	height:26px;
	margin:10px 0 20px 0;
}

.mask{
	background-color:#FFF;
	position:absolute;
	filter:alpha(opacity=70);
	opacity:.7;
	z-index:10000;
}
#infoLeft ul li{
	color:#189DD9;
}

#googleMapContainer{
	position:absolute;
	width:630px;
	z-index:10001;
	left:-1000px;
	top:0;
	
}
#googleMapContainer .searchBox{
	padding:0 0 10px 0;
	background-color:#FFF;
	width:100%;
}
#googleMapContainer .searchBox form {float:left;}
#googleMapContainer .searchBox form label{
	height:25px;
	line-height:25px;
	float:left;
	margin:6px 6px 6px 0;
}
#googleMapContainer .searchBox form input{
	height:20px;
	background-color:transparent;
	border:0;
	font-family:Arial;
	float:left;
}
#googleMapContainer .searchBox form select{
	height:20px!important;
	height:25px;
	margin:0 5px 3px 5px;
	font-family:Arial;
}
#googleMapContainer .searchBox form input.input{
	padding:5px 5px 0 5px;
	width:160px;
	height:20px;
	margin:0 0 0 5px;
}
#googleMapContainer .searchBox form span{
	width:185px;
	height:25px;
	display:block;
	float:left;
	padding:6px 0 6px 0;
	background:url(../images/inputBg.gif) no-repeat left center;
}
#googleMapContainer .searchBox form input.submit{
	width:36px;
	height:30px;
	background:url(../images/okButton.gif) no-repeat center center;
	cursor:pointer;
	margin-top:3px;

}
#googleMapContainer .closebutton{
	position:absolute;
	left:-20px;
	top:-20px;
	width:39px;
	height:39px;
	z-index:9999;
	background-color:transparent;	
}
#googleMapContainer .closebutton img{
	color:#FFF;
	border:0;
	width:100%;
	height:100%;
	cursor:pointer;	
}
#map{
	width:610px;
	height:300px;
	
}
#direction{
	height:115px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#FFF;
	clear:both;
}
#direction div{
	width:99.5%;
}
.googledir{
	width:600px;
}

.countrySearchResult {width:176px;position:absolute;border:1px solid #0cb0e1;background-color:#FFF;}
.countrySearchResult ul, .countrySearchResult ul li {padding:0;margin:0;list-style:none;}
.countrySearchResult ul li {padding:0 5px;cursor:pointer;font-family:Arial;font-size:11px;min-height:18px;_height:18px;line-height:18px;}
.ListOver {background-color:#0cb0e1;color:#FFF;}