div#layer_block{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:300px;
	white-space:nowrap;
	text-align:left;
	overflow:auto;
}
#layer_block ul{
	list-style-type:none;
	margin-left: 0.5em;
	padding: 0px;
}
#layer_block span.layer_list_title{
	cursor:pointer;
	font-size:1em;
}
#layer_block span.layer_title{
	cursor:pointer;
	font-size:0.9em;
}
#layer_block span.layer_title:hover{
	font-size:0.9em;
}
#layer_block img.legend{
	height: 0.8em;
	width: 0.8em;
}
#layer_block input{
	outline:0px none #ffffff;
}
