.overlay_alert {
	background-color: #aaa;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#myDialogId {
	z-index: 200 !important;
}
.alert_nw {
	width: 10px;
	height: 10px;
	background: #fff url(../../images/tl.png) no-repeat top left;			
}

.alert_n {
	height: 10px;
	background: #fff url(../../images/dot.png) repeat-x top left;			
}

.alert_ne {
	width: 10px;
	height: 10px;
	background: #fff url(../../images/tr.png) no-repeat top right;			
}

.alert_e {
	width: 10px;
	background: #fff url(../../images/dot.png) repeat-y top right;			
}

.alert_w {
	width: 10px;
	background: #fff url(../../images/dot.png) repeat-y top left;			
}

.alert_sw {
	width: 10px;
	height: 10px;
	background: #fff url(../../images/bl.png) no-repeat bottom left;			
}

.alert_s {
	height: 10px;
	background: #fff url(../../images/dot.png) repeat-x bottom left;			
}

.alert_se, .alert_sizer {
	width: 10px;
	height: 10px;
	background: transparent url(../../images/br.png) no-repeat bottom right;			
}

.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: #FFF;
}

/* 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;
	text-align:center;
	font:bold large sans-serif;
}

.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:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}



