.poi_sidebar_status_message {
	margin-top: 6px;
	border: #3B1C0A solid 1px; /* #cccccc */
	border-radius: 6px;
	padding: 2px 6px 2px 28px;
	font-weight: bold;
	color: #000000;
	font-family: trebuchet ms, arial;
	background: url(../images/calendar_icon.png) 8px 50% no-repeat;
}

#poi_selection_menu {
	padding-right: 40px;
}

#poi-list-scrollbox {
	width: 230px;
	margin-bottom: 0px;
}

#poi_draw_menu {
	background: #fff;
	border: #000 solid 1px;
	box-shadow: 2px 2px 3px #999;
	color: #000000;	

	margin: 5px 0 0 75px;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	font-style: italic;
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	left: 0px; top: 0px;
	z-index: 3;
	font-style: normal;
}

#poi_draw_menu  span {
	font-style: normal;
	font-weight: 600;
}

#poi_draw_name {
	margin-right: 5px;
}

#poi_options_pane {
	border-top: 1px solid #999;
	margin: 3px 0 0 0;
	padding: 3px 0 2px 0;
	text-align: left;
}

#poi_options_pane p {
	margin: 3px 0 3px 0;
	border: #ccc solid 1px;
	border-radius: 2px;
	padding: 2px;
}