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

.alert_nw {
/*	background: transparent url(spread/left-top.gif) no-repeat 0 0;			*/
  width:10px;
  height:25px;
}

.alert_n {
/*  background: transparent url(spread/top-middle.gif) repeat-x 0 0;			*/
  height:25px;
}

.alert_ne {
/*  background: transparent url(spread/right-top.gif) no-repeat 0 0;			*/
  width:10px;	  
  height:25px;
}

.alert_e {
/*  background: transparent url(spread/frame-right.gif) repeat-y top right;			*/
  width:7px;	  
}

.alert_w {
/*  background: transparent url(spread/frame-left.gif) repeat-y top left;			*/
  width:7px;
}

.alert_sw {
/*  background: transparent url(spread/bottom-left-c.gif) no-repeat 0 0;			*/
  width:7px;
  height:7px;
}

.alert_s {
/*  background: transparent url(spread/bottom-middle.gif) repeat-x 0 0;			*/
  height:7px;
}

.alert_se, .alert_sizer {
/*  background: transparent url(spread/bottom-right-c.gif) no-repeat 0 0;			*/
  width:7px;
  height:7px;
}

.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: #f0fff0; */
	background: #ffffff; 
}

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

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

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

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

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:100%;
/*	background: #f0fff0 url('alert/ajax-loader.gif') no-repeat center center*/
	background: #ffffff url('alert/ajax-loader2.gif') no-repeat center center
}


