.overlay_alert {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
	width: 9px;
	height: 25px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.alert_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 25px;			
}

.alert_ne {
	width: 9px;
	height: 25px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;			
}

.alert_e {
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;			
}

.alert_w {
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;			
}

.alert_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.alert_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;		
}

.alert_se, .alert_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/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 {
	float:left;
	height:1px;
	width:100%;
}

.alert_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	
	background-color:#f0f0f0;
}

/* For alert/confirm dialog */
.alert_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
	font-size:16px;
	text-align:center;
	width:100%;
	color:#F00;
	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:  url('alert/progress.gif') no-repeat center center
}


