body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
}
/*
#gotop {
    width: 320px;
    display:none;
    position: fixed;
    left: 20px;
    top: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #FFF;
    cursor: pointer;
    z-index: 1000001;
    border-width:3px;
    border-style:outset;
    border-color:#0EDBFA;
}
*/

 #draggable_layers{
	top: 5%;
	left: 5%;
    height: 90%;
    display:none;
	position: absolute;
	z-index: 10000;
	background-color: rgba(235, 235, 235, 0.8);
}

.drag_title{
	color: #000;
	background-color: #ccc;
	font-size: 16px;
	padding: 5px;
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(#FFF), to(#b1b6bb));
	background: -webkit-linear-gradient(top, #FFF, #FFF 10%, #b1b6bb);
	background: -moz-linear-gradient(top, #FFF, #FFF 10%, #b1b6bb);
	background: -ms-linear-gradient(top, #FFF, #FFF 10%, #b1b6bb);
	background: -o-linear-gradient(top, #FFF, #FFF 10%, #b1b6bb);
	background: linear-gradient(top, #FFF, #FFF 10%, #b1b6bb);
}
.drag_title img{
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
