.overlay_alert {
	background-color: #FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/**.alert_nw {
	width: 10px;
	height: 69px;
	background: transparent url(alphacube/top_left.gif) no-repeat 0 0;			
}**/

.alert_n {
	height: 70px;
	width:370px;
	background: transparent url(../image/xtxx_top.jpg) repeat-x 0 0;			
}

/**.alert_ne {
	width: 10px;
	height: 69px;
	background: transparent url(alphacube/top_right.gif) no-repeat 0 0;			
}
**/
.alert_e {
	width: 10px;
	height:3px;
	background: transparent url(../image/center_right.gif) repeat-y top right;		
}

.alert_w {
	width: 10px;
	height:3px;
	background: transparent url(../image/center_left.gif) repeat-y top left;			
}

.alert_sw {
	width: 10px;
	height: 10px;
	 background: transparent url(../image/bottom_left.gif) no-repeat 0 0;		
}

.alert_s {
	height: 10px;
	width:350px;
	background: transparent url(../image/bottom_center.gif) repeat-x 0 0;		
}

.alert_se, .alert_sizer {
	width: 10px;
	height: 10px;
	 background: transparent url(../image/bottom_right.gif) no-repeat 0 0;		
}

.alert_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alert_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
	font-size:13.5px; width: 100%; color: #2d5bbb;  padding-bottom:10px; 
}
.alert_buttons { 
	TEXT-ALIGN: center;
	background:White;
    font-family:Verdana;           
}

.alert_buttons input {
	width:20%;
	margin:10px;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('https://passport.jiangmin.com/PhotoTypeThemes/alert/progress.gif') no-repeat center center
}
.alert_wired_frame {
	background: #FFF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;	
}
/** show dialog style **/
.overlay_dialog IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.overlay_dialog {
	FILTER: alpha(opacity=60); BACKGROUND-COLOR: #666666; moz-opacity: 0.6; opacity: 0.6
}
.dialog {
	DISPLAY: block; FONT-FAMILY: Tahoma, Arial, Sans Serif; POSITION: absolute;
}
.dialog  {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.dialog TABLE {
	WIDTH: 100%; BORDER-COLLAPSE: collapse; border-spacing: 0;
}
.dialog TD {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
}