#map { 
	position: absolute;
	top: 50px;
	left: 15px;
	width: 550px;
	height: 400px;
}

#descr { position:absolute;
	top:40px;
	left: 580px;
	width: 250px;
}


.drawmode { 
	display: block;
	width: 600px;
	border: 1px Solid #565;
	background-color:#F5F5F5; 
	padding: 3px;
	text-decoration: none;
}

.button:hover { background-color: white; }

.tooltip { text-align: center;
	opacity: .70;
	-moz-opacity:.70;
	filter:Alpha(opacity=70);
	white-space: nowrap;
	margin: 0;
	padding: 2px 0.5ex;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #fff;
	display: none;
}

.iwtitle {
	font-weight: bold;
	text-align: center;
}

.iwtext {
	font-weight: normal;
	text-align: left;
}
