.warn { /*color: #ff0000;*/ font-weight: bold; }

#map {
	position: relative;
	/* width: 916px; */
	height: 600px;
}

#map_my_bugs {
	position: relative;
	width: 676px;
	height: 320px;
}
#map_my_addresses {
	position: relative;
	width: 676px;
	height: 320px;
}
/* For some bizarre reason the slider image is having an top offset of 6px which
 * results in a displacement of the slider on the zoombar. Setting top to -6px
 * solves this issue. However it should not be neccessary in the first place!
 */
img[src="http://openlayers.org/api/img/slider.png"]  { top: -6px; }


#map_bug_details {
	position: relative;
	/* width: 916px; */
	height: 400px;
	border: 3px solid #9a9a79;
}
