#covmap_wrap { position:relative; height:500px; width:676px; } 
#cov_map {
	border: 1px solid #009fc2;
	width:675px;
	height:500px;
	margin-bottom:24px;
}
#search {
	background:#a5dde9;
	border: 1px solid #009fc2;
	color:#fff; 
	margin-bottom:6px;
	padding:12px;	
	width:651px;
}
#search h5 { color:#666; margin-bottom:12px;font-size:1em;}
#sAddress {
	font-size:1em;
	display:block;
	float:left;
	height:16px;
	width:150px;	
}
#sCity {
	font-size:1em;
	display:block;
	float:left;		
    line-height:20px;
	margin-left: 6px;    	
    height:20px;
    width:150px;	
}
#sSubmit {
	/* background: url(../maps/images/layout/search_submit_bg.png) left top no-repeat; */
	background: #009fc2;
	border: 1px solid #dedede;
	color:#fff;
	cursor: pointer;
	display:block;
	float:left;
	font-size:1em;
	font-weight:bold;
	height: 21px;
	margin-left: 6px;
	padding:6px;
	padding-top:0;
	/*text-indent: -10000px;
	width: 58px;*/
}
#legend {
	background:#fff;
	border: 1px solid #adadad;
	bottom:20px;
	color:#444;
	padding:6px;
	position:absolute;
	right:20px;
	width:250px;	
	z-index:100;
}
	h4#btn_legend {
		color:#444;
		cursor:pointer;
		font-size:1em;
		font-weight: bold;
		letter-spacing:1px;
		margin:0;
		padding:0 3px;
		text-transform: uppercase;
	}
	#legend ul { margin:0; margin-top:6px; padding:0; }
		#legend ul li#cov, #legend ul li#comming { 
			background: transparent url(../maps/images/layout/tt_covcity.png) left center no-repeat;
			color:#444;
			font-size:1em; 
			font-weight: bold;
			line-height:38px;
			list-style-type:none;
			list-style-position:outside;
			margin:0;
			margin-bottom:3px;
			padding:0;
			padding-left:36px;
		}
		#legend ul li#comming {
			background: transparent url(../maps/images/layout/tt_commingcity.png) left center no-repeat;
		}	
.btn_on { background: transparent url(../maps/images/layout/btn_on.png) right center no-repeat; }
.btn_off { background: transparent url(../maps/images/layout/btn_off.png) right center no-repeat; }
