
.facebox_errore {
	position: absolute;
	z-index: 9999;
	top: 150px;
	left: 510px;
	display: block;
	background:transparent;
	width:400px;
	height:100px;
	padding:0 10px 10px 10px;
	font-family:tahoma;
	color:#333;
	font-size:11px;
	font-weight:bold;
}


.facebox_ok {
	position: absolute;
	z-index: 9999;
	top: 150px;
	left: 510px;
	display: block;
	background:transparent;
	width:600px;
	height:100px;
	font-family:tahoma;
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}




.facebox_ok span,
.facebox_errore span {
	font-size:11px;
	font-weight:normal;
}

#chiudi{
	cursor:pointer;
	border:0;
	background:#ddd;
	padding:5px 20px;
	margin-top:20px;
}

.img_error{
	float:left;
	height:100px;
	width:100px;
	background:url(../img/error.png) no-repeat center;
}

.img_ok{
	float:left;
	height:45px;
	width:600px;
	margin-right:20px;
	background:url(../gfx/logo_messaggi.png) no-repeat center;
	margin-bottom:20px;
}

.txt_message{
	float:left;
	height:80px;
	padding:10px 0 0 20px;
	width:280px;
}
