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

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

.alert_n {
	height: 5px;
	_background: transparent url(alert/top.gif) repeat-x bottom left;
	background: white;
}

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

.alert_e {
	width: 5px;
	_background: transparent url(alert/right.gif) repeat-y 0 0;
	background: white;
}

.alert_w {
	width: 5px;
	_background: transparent url(alert/left.gif) repeat-y 0 0;
	background: white;
}

.alert_sw {
	width: 5px;
	height: 5px;
	_background: transparent url(alert/bottom_left.gif) no-repeat 0 0;
	background: white;
}

.alert_s {
	height: 5px;
	_background: transparent url(alert/bottom.gif) repeat-x 0 0;
	background: white;
}

.alert_se, .alert_sizer {
	width: 5px;
	height: 5px;
	_background: transparent url(alert/bottom_right.gif) no-repeat 0 0;
	background: white;
}

.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: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #FFF;
  text-align: center;
  padding-top: 15px;
}

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

.alert_message {
  font: 14px arial;
	width:100%;
	color:#000;
	padding-bottom:10px;
}

.alert_buttons {
	text-align:center;
	width:100%;
}

.alert_buttons input {
	margin:10px;
	border: none;
	font-size: 1.1em;
	padding: 3px 13px;
	cursor: pointer;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}


.alert_buttons .ok_button { background: lightgreen;  }
.alert_buttons .cancel_button {  background: tomato;  }
