.overlay_alert {
	background-color: #000;
	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 {}
.alert_minimize {}
.alert_maximize {}
.alert_title {}

.alert_content {
	overflow: hidden;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 10px;
	background: #FFF;
	text-align: center;
	border: 1px solid #a4a4a4;
}

/* For alert/confirm dialog */
.alert_window {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.alert_message {
	font-size: 14px;
	color: #000;
	padding: 20px 0 20px 0;
}

.alert_buttons {
	padding: 10px;
	width: 280px;
	color: #000;
}

.alert_buttons input {
	width: 83px;
	height: 26px;
	margin-left: 98px;
	border: none;
	background: transparent url('/gfx/btn_alert_close.gif') no-repeat top left;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('/css/themes/alert/progress.gif') no-repeat center center
}