@CHARSET "ISO-8859-1";



#boxLoading {
	width: 150px;
	height: 150px;
	display: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
	z-index: +400;
	background-color: #332828;
}

#cntBoxLoading {
	display: table;
	margin: auto auto auto auto;
	padding-top: 25%;
}

#cntBox img {
	vertical-align: middle;
}

.overlay {
    background: #000 none repeat scroll 0% 0%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 210;
    cursor: pointer;
    opacity: 0.7;
}

.overlayL {
	background: #000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 400;
	cursor: pointer;
	/*Trasperenza cross browser*/
	opacity: .7;
	filter: alpha(opacity = 70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.overlayLoad {
	background: #000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: +350;
	cursor: pointer;
	/*Trasperenza cross browser*/
	opacity: .7;
	filter: alpha(opacity =   70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



