#rivenditori {
	position: relative;
	height: 375px;
	overflow-x: auto;
	overflow-y: scroll;
	padding: 10px;
}

.rivenditori {
}

.rivenditori .zona {
}
.rivenditori  .zona  h2 {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.rivenditori .zona h3 {
	font-size: 110%;
	font-weight: bold;
}
.rivenditori .zona .rivenditore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#italia {

}

.box-error {
	color: #CC0000;
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	padding: 8px;
	margin-bottom: 10px;
}
.box-error .title {
	font-weight: bold;
}

.box-note {
	color: #666666;
	background-color: #FFFFCC;
	padding: 8px;
	border: 1px solid #666666;
	margin-bottom: 8px;
}
.box-note .title {
	font-weight: bold;
}

.box-ok {
	color: #009933;
	background-color: #EEF7DD;
	padding: 8px;
	border: 1px solid #339933;
	margin-bottom: 8px;
}
.box-ok .title {
	font-weight: bold;
}

.box-msg {
	color: #006699;
	background-color: #ECF9FF;
	border: 1px solid #006699;
	padding: 8px;
	margin-bottom: 10px;
}
.box-msg .title {
	font-weight: bold;
}
#OverlayMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
