.overlay_fullscreen {
/*      background-color: #85BBEF;*/
        background-color: #000000;
        filter:alpha(opacity=85);
        -moz-opacity: 0.0;
        opacity: 0.85;
}


.overlay_alert {
/*	background-color: #85BBEF;*/
	background-color: #333333;
	filter:alpha(opacity=30);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
/*	
	width: 5px;
	height: 5px;
	background: transparent url(alert/top_left.gif) no-repeat bottom left;	*/
}

.alert_n {
/*
	height: 5px;
	background: transparent url(alert/top.gif) repeat-x bottom left;	
*/
}

.alert_ne {
/*	width: 5px;
	height: 5px;
	background: transparent url(alert/top_right.gif) no-repeat bottom left;	*/		
}

.alert_e {
/*	width: 5px;
	background: transparent url(alert/right.gif) repeat-y 0 0;		*/
}

.alert_w {
/*	width: 5px;
	background: transparent url(alert/left.gif) repeat-y 0 0;		*/	
}

.alert_sw {
/*
	width: 5px;
	height: 5px;
	background: transparent url(alert/bottom_left.gif) no-repeat 0 0;	*/		
}

.alert_s {
/*
	height: 5px;
	background: transparent url(alert/bottom.gif) repeat-x 0 0;		
*/
}

.alert_se, .alert_sizer {
/*	width: 5px;
	height: 5px;
	background: transparent url(alert/bottom_right.gif) no-repeat 0 0;	
*/
}

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

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


.fullscreen_maximize {
	width: 10px;
	height: 10px;
	border: 3px solid #CCCCCC;
}

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

.alert_title {
	float:left;
	height:1px;
	width:100%;
}

.alert_content {
	overflow:auto;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background: #FFEEE3;
        border: 1px solid #FEA166;
}

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

.alert_message {
	font-size:16px;
	text-align:center;
	width:100%;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
}

.alert_buttons {
	text-align:center;
	width:100%;
}

.alert_buttons input {
	width:20%;
	margin:10px;
}

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



