/* STILE FINESTRA CARICAMENTO */

#disabledZone{
	width: 220px;
	height: 300px;
	text-align: center;
	bottom:0 !important;
	bottom:-1px;
	margin-right: auto;
	margin-bottom: 150px;
	position: absolute;
	margin-left:-120px;
	left:50%;
	margin-top:-200px;
	top:50%;

} 

elementoAjax > div#disabledZone { 
	position: fixed;
	width: 100%;
	top: 120px;
	text-align: center;
}

div#messageZone{
	width: 220px;
	top: 120px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #157B9C;
	padding: 5px;
	font-family: "Century Gothic", "Times New Roman", Times, serif;;
	font-size: 14px;
	color:#157B9C;
	font-weight: bold;
	font-style: italic;
	background-color: #FFFFFF;
}

