.overlay_alert {
	background-color: #CCCCCC;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:2000px;
}

* html .overlay_alert { /* ie6 hack */
     position: absolute;
     height: 2000px;
}

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

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

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

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

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

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

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

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

.alert_close {
	width: 19px;
	height: 19px;
	background: transparent url(alert/close.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:0px;
	cursor:pointer;
	z-index:1000;
	display:block;
}

.alert_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_title {
	float:left;
	width:100%;
	padding:10px;
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#655444;
}

.alert_content {
	overflow:visible;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	background: #FFF;
}

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

.alert_message {
	font-family: Verdana, Arial, Helvetica;
	size:10px;
	width:100%;
	color:#332211;
	padding:30px 10px 30px 10px;
}

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

.alert_buttons input {
	width:100px;
	height:20px;
	margin:10px;
	
}

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



