.overlay_alert {
	background-color: #eeeeee;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
	width: 8px;
	height: 32px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/top_left.gif) no-repeat bottom left;			
}

.alert_n {
	height: 32px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/top.gif) repeat-x bottom left;			
}

.alert_ne {
	width: 8px;
	height: 32px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/top_right.gif) no-repeat bottom left			
}

.alert_e {
	width: 8px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/right.gif) repeat-y 0 0;			
}

.alert_w {
	width: 8px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/left.gif) repeat-y 0 0;			
}

.alert_sw {
	width: 8px;
	height: 8px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/bottom_left.gif) no-repeat 0 0;			
}

.alert_s {
	height: 8px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/bottom.gif) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 8px;
	height: 8px;
	background: transparent url(/sitogioco/Immagini/SystemAlert/bottom_right.gif) no-repeat 0 0;			
}

.alert_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_title {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	float:left;
	height:1px;
	width:100%;
	color: #FFF;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 14pt;
	-moz-user-select:none;
	cursor: default;
	margin-top: 4px;
}

.alert_content {
	text-align:center;
	overflow:visible;
	color: #8d8d8d;
	font-family: Verdana, Arial, sans-serif;
	font: 12px arial;
	background: #FFF;
	-moz-user-select:none;
	cursor: default;
	margin-top: 15px;
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
	text-align:center;
	font: 12px Verdana;
	width:100%;
	color:#F00;
	padding-bottom:10px;
	color: #8d8d8d;
	-moz-user-select:none;
	cursor: default;
}

.alert_rootContent {
	text-align:center;
	width:100%;
	height:100%;
	vertical-align: middle;
}

.alert_buttons {
	text-align:center;
	width:100%;
	vertical-align: bottom;
}
.alert_buttonOk {
	background: url(/sitogioco/Immagini/SystemAlert/button.gif);
	width:66px;
	height:23px;
	margin:10px;
	border:0px solid;
}
.alert_buttonOk:hover {
	background: url(/sitogioco/Immagini/SystemAlert/button_hover.gif);
	width:66px;
	height:23px;
	margin:10px;
	border:0px solid;
}

.alert_buttonConferma {
	background: url(/sitogioco/Immagini/SystemAlert/buttonConferma.png);
	width:85px;
	height:23px;
	margin:10px;
	border:0px solid;
}
.alert_buttonConferma:hover {
	background: url(/sitogioco/Immagini/SystemAlert/buttonConferma_hover.png);
	width:85px;
	height:23px;
	margin:10px;
	border:0px solid;
}


.alert_buttonAnnulla {
	background: url(/sitogioco/Immagini/SystemAlert/buttonAnnulla.png);
	width:85px;
	height:23px;
	margin:10px;
	border:0px solid;
}
.alert_buttonAnnulla:hover {
	background: url(/sitogioco/Immagini/SystemAlert/buttonAnnulla_hover.png);
	width:85px;
	height:23px;
	margin:10px;
	border:0px solid;
}



.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('/sitogioco/Immagini/SystemAlert/progress.gif') no-repeat center center
}


