.overlay_alert {
	background-color: #272727;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:9999;
}
.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: #fff;
	background: #333;
}

/* For alert/confirm dialog */
.alert_window {
	border:1px solid #F00;	
	background: #333;
	margin-left:auto;
	margin-right:auto;
	
}

.alert_message {
	font-size:16px;
	color:#fff;
	padding:20px;
	font-family:Arial, Helvetica,  sans-serif;
	font-size:12px;
}

.alert_buttons {
	margin-left:10px;
}

.alert_buttons input {
	width:20%;
	margin:10px;
	border:0;
	
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #333 url('../../images/interface/loading.gif') no-repeat center center;
}



