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

.alert_nw {			
}

.alert_n {		
}

.alert_ne {			
}

.alert_e {			
}

.alert_w {		
}

.alert_sw {		
}

.alert_s {
}

.alert_se, .alert_sizer {		
}

.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:visible;
	color: #28166F;
	font-family: Arial, Helvetica, sans-serif;
    font: 12px Arial;
	background: #E77817;
	border: solid 2px #28166F;
}

/* For alert/confirm dialog */
.alert_window {
	background: #E77817;
	width: 400px;
	border: solid 2px #28166F;
}

.alert_message {
    font: 12px arial;
	width:100%;
	color:#28166F;
	padding-bottom:1px;
}

.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: #E77817 url('alert/progress.gif') no-repeat center center;
}


