/*
Name: map-back.css
*/

.map-settings {
	width:60%; background:#DDD; border-radius:5px; padding:2%; float:left;
}

.help-man {
	width:25%; height:330px; margin-left:1%; background:#DDD; border-radius:5px; padding:2%; float:left; text-align:center;
}

#dvMap {
	width:100%; height: 500px;
}

.map_name, .map_description {
	width:50%;
}

#menu_map_latitude, #menu_map_longitude {
	height:19px;
}

.optyp {
	background:#0F0;	
}

.selecttyp {
	margin-left:1%;
}