.overlay_alert {
	background-color: #2a364e;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.alert_nw {
	width: 9px;
	height: 23px;
	background: transparent url(window_js_alert/top_left.gif) no-repeat 0 0;		
}

.alert_n {
	background: transparent url(window_js_alert/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.alert_ne {
	width: 9px;
	height: 23px;
	background: transparent url(window_js_alert/top_right.gif) no-repeat 0 0;		
}

.alert_e {
	width: 5px;
	background-color: #fff;	
	border-right: 1px solid #999;			
}

.alert_w {
	width: 5px;
	background-color: #fff;	
	border-left: 1px solid #999;			
}

.alert_se {
	width: 5px;
	height: 5px;
	background-color: #fff;	
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.alert_s {
	width: 5px;
	background-color: #fff;	
	border-bottom: 1px solid #999;			
}

.alert_sw {
	width: 5px;
	height: 5px;
	background-color: #fff;	
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.alert_close {
	width: 14px;
	height: 14px;
	background: transparent url(window_js_alert/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:8px;
	cursor:pointer;
	z-index:2000;
}

.alert_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_title {
	float:left;
	height:14px;
  	font-family: arial, sans-serif, helvetica;
	font-size:12px;
	width:100%;
	color:#000;
    font-weight: bold;	
}

.alert_content {
	text-align: center;
	overflow:visible;
	color: #000;
  	font-family: arial, sans-serif, helvetica;
    font: 14px arial;
	background: #FFF;
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
	text-align: center;
    font: 14px arial;
	width:100%;
	color:#000000;
	padding:10px;
}

.alert_buttons 
{
	margin: 0px auto;
	text-align:center;
	width:100%;
}

.alert_buttons input {
	width:25%;
	margin:10px;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('window_js_alert/progress.gif') no-repeat center center
}

#alertButton .ok_button { 
	color:#000; 
	padding: 5px;
	/*background-color: #000;*/
  	font-family: arial, sans-serif, helvetica;
    font: 14px arial;
    font-weight: bold;	
}

.alertMessageHead {
	color: #000;
  	font-family: arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
}	
	
.alertMessageBody {
	color: #000;
  	font-family: arial, sans-serif, helvetica;
	font-size: 14px;
    line-height: 20px;
}	

.alertErrorList {
}

.alertErrorItem {
}

.alertErrorMessage {
	color: #e00;
}
