.overlay_alert {
	background-color: #85BBEF;
	
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/			
}

.alert_n {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/	
}

.alert_ne {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_e {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_w {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/	
}

.alert_sw {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/	
}

.alert_s {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_se, .alert_sizer {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/		
}

.alert_close {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_minimize {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_maximize {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_title {
	/*width: 5px;
	height: 5px;
	*background: transparent url(alert/top_left.gif) no-repeat bottom left;*/
}

.alert_content {
	overflow:visible;
border: solid 1px #000000;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background: #dfd9d7;
}

/* For alert/confirm dialog */
.alert_window {
	background: #dfd9d7;
		
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	
}

.alert_message {
  font: 12px arial;
	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:  #dfd9d7;
}


