.leaflet-areaselect-shade {
    position: absolute;
    background: rgba(0,0,0, 0.4);
}
.leaflet-areaselect-handle {
    position: absolute;
    background: #fff;
    border: 1px solid #666;
    -moz-box-shadow: 1px 1px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 1px 1px rgba(0,0,0, 0.2);
    box-shadow: 1px 1px rgba(0,0,0, 0.2);
    width: 16px;
    height: 16px;
    cursor: move;
	border-radius: 4px;
}
.leaflet-areaselect-label {
    position: absolute;
    background: #fff;
    border: 1px solid #666;
    -moz-box-shadow: 1px 1px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 1px 1px rgba(0,0,0, 0.2);
    box-shadow: 1px 1px rgba(0,0,0, 0.2);
    width: 200px;
    height: 120px;
    font-size: 1rem;
	padding: 2px;
	border-radius: 4px;
}
.areaselect_button {
	height: 32px;
	font-size: 1rem;
	padding: 2px;
	margin: 2px;
}