.box-img {
    background-repeat: repeat;
    float: left;
    height: 50px;
    margin: 10px 0 0 10.4px;
    width: 97px;
}
a.img-sel {
	border: 10px solid #000;
    height: 30px;
    width: 77px;
}
label.titolo {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 26px;
    margin: 0 10px;
    padding: 0 10px;
	border-bottom: 1px dotted #E0E0E0;
	display: block;
}
div.cont-imput {
	padding: 10px;
}
div.cont-imput input, select {
	border: 1px solid #e0e0e0;
	padding: 8px;
	font-size: 16px;
	color: #727272;
}
div.dist-button {
	padding: 10px;
}
div.div-m {
    float: left;
    width: 324px;
}
div.clear {
	clear: both;
}
div.cont-img-fin {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px dotted #E0E0E0;
	background-color: #FBFBFB;
	margin: 30px 10px;
	padding: 30px 10px;
	text-align: center;
	background-image: url(images/righe-ob.png);
	background-repeat: repeat;
}
.cont-box-g {
    margin: 10px 0 30px;
    padding: 0 50px 0 53px;
    position: relative;
}
.cont-box-g .b-prev {
	background-image: url(../images/pulsanti.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 157px;
	width: 48px;
	position: absolute;
	left: 7px;
	top: 42px;
	cursor: pointer;
}
.cont-box-g .b-next {
	background-image: url(../images/pulsanti.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 157px;
	width: 48px;
	position: absolute;
	right: 7px;
	top: 42px;
	cursor: pointer;
}
#cont-img-glitter {
	height: 192px;
}
.cont-info > ul {
    background-color: #f9f9f9;
    margin: 10px;
    padding: 10px;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.cont-info li {
    margin-left: 14px;
    padding: 2px;
}
.aiuto {
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 6px;
	cursor: pointer;
}
.aiuto:hover {
	color: #d31884;
}
#aiuto {
	display: none;
}
.pag-glitter {
    border-bottom: 1px dotted #CCCCCC;
    padding: 0 0 10px;
    text-align: center;
}