.overlay_transparentalert {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.tranpsarentalert_nw {
	width: 5px;
	height: 5px;
	background: transparent url(transparentalert/top_left.gif) no-repeat bottom left;			
}

.transparentalert_n {
	height: 5px;
	background: transparent url(transparentalert/top.gif) repeat-x bottom left;			
}

.transparentalert_ne {
	width: 5px;
	height: 5px;
	background: transparent url(transparentalert/top_right.gif) no-repeat bottom left			
}

.transparentalert_e {
	width: 5px;
	background: transparent url(transparentalert/right.gif) repeat-y 0 0;			
}

.transparentalert_w {
	width: 5px;
	background: transparent url(transparentalert/left.gif) repeat-y 0 0;			
}

.transparentalert_sw {
	width: 5px;
	height: 5px;
	background: transparent url(transparentalert/bottom_left.gif) no-repeat 0 0;			
}

.transparentalert_s {
	height: 5px;
	background: transparent url(transparentalert/bottom.gif) repeat-x 0 0;			
}

.transparentalert_se, .transparentalert_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(transparentalert/bottom_right.gif) no-repeat 0 0;			
}

.transparentalert_close {
	width:0px;
	height:0px;
	display:none;
}

.transparentalert_minimize {
	width:0px;
	height:0px;
	display:none;
}

.transparentalert_maximize {
	width:0px;
	height:0px;
	display:none;
}

.transparentalert_title {
	float:left;
	height:1px;
	width:100%;
}

.transparentalert_content {
	overflow:visible;
	color: transparent;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background: transparent;
}

/* For transparentalert/confirm dialog */
.transparentalert_window {
	background: #D2A278;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.transparentalert_message {
  font: 12px arial;
	width:100%;
	text-align:center;
	color:transparent;
	padding-bottom:10px;
}

.transparentalert_buttons {
	text-align:center;
	width:100%;
}

.transparentalert_buttons input {
	width:20%;
	margin:10px;
}

.transparentalert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:100px;
	background: transparent url('transparentalert/progress2.gif') no-repeat center center
}


