.overlay_alert {
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.alert_nw {
	width: 9px;
	height: 9px;
	border-left: solid 2px #FFF;
	border-top: solid 2px #FFF;
	background: transparent url(../images/default/top_left.jpg) no-repeat bottom left;
}

.alert_n {
	height: 9px;
	border-top: solid 2px #FFF;
	background: transparent url(../images/default/top.jpg) repeat-x bottom left;		
}

.alert_ne {
	width: 9px;
	height: 9px;
	border-left: solid 2px #FFF;
	border-top: solid 2px #FFF;
	background: transparent url(../images/default/top_right.jpg) no-repeat bottom left;
}

.alert_e {
	width: 9px;
	border-right: solid 2px #FFF;
	background: transparent url(../images/default/right.jpg) repeat-y 0 0;			
}

.alert_w {
	width: 9px;
	border-left: solid 2px #FFF;
	background: transparent url(../images/default/left.jpg) repeat-y 0 0;			
}

.alert_sw {
	width: 9px;
	height: 9px;
	border-left: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	background: transparent url(../images/default/bottom_left.jpg) no-repeat 0 0;			
}

.alert_s {
	height: 9px;
	border-bottom: solid 2px #FFF;
	background: transparent url(../images/default/bottom.jpg) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 9px;
	height: 9px;
	border-bottom: solid 2px #FFF;
	background: transparent url(../images/default/bottom_right.jpg) 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;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	/*background: #FFF;*/
}

.alert_window h2 {
	margin: 2px;
	width: auto;
	color: #FFF;
	}

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

.alert_message {
  font: 10px verdana, arial, helvetica;
	width:100%;
	color:#666;
	/*margin: 15px 20px;*/
	padding-bottom:10px;
}

.alert_message p {
	margin: 15px 20px;
	height: 25px;
	font-size: 11px;
	color: #333;
	}

.alert_buttons {
	margin: 0 8px 5px 8px;
	text-align:center;
	background: url(../images/bg_content_btn.gif);
}

.alert_buttons input {
	width: 83px;
	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
}


