/*MAIN*/
html,body {
	padding: 5px;
	background: #CCC;
	font: normal 12px Verdana;
}


/*SPAN*/

.span_button {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 21px;
	margin-right: 2px;
	background: #FAFBFB;
	color: #000;
	padding-top: 2px;
	cursor: pointer;
	text-decoration: underline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px outset #999;
}


.span_button a {
	color: #000;
}

.span_button a:hover {
	color: #999;
}

/*
#layers-inline ul, #layers-inline li {
	display: inline-block;
	text-align: center;
}

#layers-inline li.normal {
	border: 3px outset #999;
}

#layers-inline li.selected {
	border: 4px ridge #999;
}

#layers-inline li a {
	color: #FFF;
}

#layers-inline li.selected a {
	color: #CCC;
	cursor: default;
	text-decoration: none;
}

#layers-inline li.normal a:hover {
	color: yellow;
}

*/

/*DIVS*/
#cpanel {
	padding: 5px;
	width: 410px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 106px;
	z-index: 10;
/*	border: 1px solid yellow; */
}
#left_panel {
	float: left;
	width: 230px;
	height: 25px;
/*	border: 1px solid green; */
}

#right_panel {
	float: left;
	width: 100px;
	height: 20px;
}

#select_layer {
	background: #FAFBFB;
	width: 210px;
	height: 25px;
	padding-left: 2px;
	font: normal 12px Verdana;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #A9B6C4;
}

#msg {
	width: 250px;
	height: 30px;
	background: #FFF;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	margin-top: 2px;
	display: none;
}

#msg2 {
	width: 250px;
	height: 30px;
	background: #FFF;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px 5px 5px 5px;
	display: none;
}

#YMapsID {
	width:800px;
	height:600px;
}

#cover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 30;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: gray;
}

#cover2 {
	height: 100px;
	width: 150px;
	z-index: 40;
	position: absolute;
	top: 85px;
	left: 160px;
	background-color: #DDD;
	padding-top: 10px;
	border: 2px solid black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	font: normal 16px Verdana;
	text-align: center;
}

/*input*/
#layers_box {
	width: 130px;
}
/* baloon messages */
.b_msg {
	font-size: 14px;
	margin: 10px 0px;
}
.b_msg_a {
	font-size: 14px;
	margin: 10px 0px;
}
.b_msg_a a {
	color: blue;
}
.b_msg_sub {
	font-size: 11px;
	margin: 10px 0px;
}
