#overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4000;
	width: 100%
}
.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 4100;
	top: 50%;
	left: 50%;
	background-color:#E6E6E6;
	/*background: url(images/prettyPopin/popinLeft.gif) bottom left no-repeat*/
}
.prettyPopin a#b_close {
	background: url("images/prettyPopin/chiudi.png") no-repeat scroll left bottom transparent;
	height: 16px;
	position: absolute;
	right: 14px;
	text-indent: -10000px;
	top: 6px;
	width: 54px;
	z-index: 2;
}
.prettyPopin .prettyContent {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	background-color:#E6E6E6;
	/*background: url(images/prettyPopin/popinRight.gif) bottom right no-repeat*/
}
.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 20px 15px 15px 15px
}
.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px
}

.prettyPopin .prettyContent {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	background-color:#E6E6E6;
	/*background: url(images/prettyPopin/popinRight.gif) bottom right no-repeat*/
}

.prettyPopin .prettyContent .replymsgOK {
font-size: 1.4em;
left: 50%;
margin: -14px 0 0 -62px;
position: absolute;
top: 50%;
}

.prettyPopin .prettyContent .replymsgKO {
font-size: 1.4em;
left: 50%;
margin: -14px 0 0 -56px;
position: absolute;
top: 50%;
color:red;
}
