#map {
	width:560px; height:560px; background-color:#1c1f4c; float:center;
}
#toolbar {
	width:560px; height:32px; background-color: #6CF; margin-bottom:10px; float:center;
}   
#addressBox {
	width:560px; background-color: #d0e050; margin-bottom:10px; float:left;
}  

/* stili per il bottone CLICK */
.RojaControlNavToolbar .RojaControlClickItemOver {
	background-image: url(images/click_ok.gif);
	background-repeat: no-repeat;
}
.RojaControlNavToolbar .RojaControlClickItemActive {
	background-image: url(images/click_on.gif);
	background-repeat: no-repeat;
}
.RojaControlNavToolbar .RojaControlClickItemInactive {
	background-image: url(images/click_off.gif);
	background-repeat: no-repeat;
}

/* stili per il popup Info */
.olPopupCloseBox {
	background: url("roja/resources/img/close.gif") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	margin-right: 3px;
}
h1.featureInfo {
	background-color: #FFFFFF;
	color: #F79C25;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-top: 10;
	text-align: left;
	vertical-align: middle;
	width: 360px;
}
ul.featureInfo {
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	padding: 1px;
	margin-top: 10px;
}
li.featureInfo {
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}