body {
	padding: 0;
	margin: 0;
}

html, body, #map {
	height: 100%;
}

.popup{
	width: 22em;
	height: 12em;
	overflow: scroll;
}

#message-login {
	position: fixed;
	top: 0em;
	right: 0em;
	z-index: 1;
	
	background-color: white;
	padding: 0.2em 0.2em 0.2em 0.2em;
	text-align: right;
}

.action {
	text-decoration: underline;
}

.successmsg {
	font-weight: bold;
}

.debugmsgtitle, .debugmsg {
	z-index: 1;
}


.errormsg {
	font-weight: bold;
	text-color: red;
}


#editDescText > form > .editDescTextContent {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}