.overlay_alert {
	/*	background-color: #666666;	*/
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

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

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

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

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

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

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

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

.alert_se, .alert_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(/images/bottom_right.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;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background-color: #fff;
}

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

.alert_message {
  font: 12px arial;
	width:100%;
	color:#F00;
	padding-bottom:0px;
	float: left;
}

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

.alert_buttons input {
	width: 100px;
	margin:10px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	display: none;
}

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

.closebtn {
	float: right;
	z-index: 1000;
	padding: 0;
	margin: 0;
}

.closetext {
	position: relative;
	top: -4px;
	margin-right: 4px;
}

.closetext a {
	text-decoration: underline;
	color: #000;
}

.closetext a:hover {
	text-decoration: underline;
	color: #25507b;
}

