.overlay_alert {
	background-color: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.alert_nw {
	width: 73px;
	height: 73px;
	background: transparent url('../images/alert-nw.gif') no-repeat bottom left;			
}
.alert_n {
	height: 73px;
	background: transparent url('../images/alert-n.gif') repeat-x top left;			
}
.alert_ne {
	width: 73px;
	height: 73px;
	background: transparent url('../images/alert-ne.gif') no-repeat bottom left			
}
.alert_e {
	width: 73px;
	background: transparent url('../images/alert-e.gif') repeat-y 0 0;			
}
.alert_w {
	width: 73px;
	background: transparent url('../images/alert-w.gif') repeat-y 0 0;			
}
.alert_sw {
	width: 73px;
	height: 73px;
	background: transparent url('../images/alert-sw.gif') no-repeat 0 0;			
}
.alert_s {
	height: 73px;
	background: transparent url('../images/alert-s.gif') repeat-x 0 0;			
}
.alert_se, .alert_sizer {
	width: 73px;
	height: 73px;
	background: transparent url('../images/alert-se.gif') no-repeat  0 0;			
}
.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;
	background: #f9f7f1;
}
.alert_content p {
	/*margin: 1em;*/
	text-align:left;
}
/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.alert_message {
	padding:10px 10px 0 10px;
}
.alert_progress {
	float:left;
	margin:auto;
	width:100%;
	height:16px;
	background: #FFF;
}
.alert_buttons {
	margin: 0;
	padding: 0;
}
.alert_buttons input {
	margin: 0 10px;
	padding: 0 10px;
	cursor: pointer;
}
.alert_buttons .ok_button {
	float: right;
	background: none;
	border:none; 
}
.alert_buttons .cancel_button {
	float: left;
}
