/*窗口*/
.ui-window {
	position: fixed;
	_position:absolute;
	z-index: 400;
	width: 450px;
	color: #4d4d4d;
	display: block;
	clear: both;
}

.ui-window table {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}

.ui-window-t-l {
	background: url(../images/wn/ui_window_t_l.png) no-repeat;
	background-position: right bottom;
	width: 6px;
	height: 35px;
}

.ui-window-t-m {
	background: url(../images/wn/ui_window_t_m.png) repeat-x;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 4px;
}

.ui-window-t-r {
	background: url(../images/wn/ui_window_t_r.png) no-repeat;
	background-position: left bottom;
	width: 9px;
}

.ui-window-icon {
	float: left;
	margin-top: 4px;
}

.ui-window-title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 15px;
	color: #4d4d4d;
}

.ui-window-close {
	cursor: pointer;
	float: right;
	width: 15px;
	height: 15px;
	background: url(../images/wn/ui_window_close.png) no-repeat;
	background-position: right bottom;
	margin: 4px 2px;
}

.ui-window-close:active {
	background: url(../images/wn/ui_window_close_dw.png) no-repeat;
	background-position: right bottom;
}

.ui-window-m-l {
	background: url(../images/wn/ui_window_left.png) repeat-y;
	background-position: right;
}

.ui-window-m-m {
	background: #ffffff;
}

.ui-window-btn .btn_w a {
	padding-right: 25px;
	padding-left: 22px;
}

.ui-window-btn .btn_w:active a {
	padding-right: 25px;
	padding-left: 22px;
}

.ui-window-btn2 {
	text-align: center;
	padding-top: 8px;
	height: 33px;
}

.ui-window-btn2 .btn_w a {
	padding-right: 25px;
	padding-left: 22px;
}

.ui-window-btn2 .btn_w:active a {
	padding-right: 25px;
	padding-left: 22px;
}

.ui-window-m-r {
	background: url(../images/wn/ui_window_right.png) repeat-y;
	background-position: left;
}

.ui-window-loading {
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	margin: 30px;
}

.ui-window-loading img {
	margin-bottom: -3px;
}

.ui-window-loading span {
	padding: 8px 0 8px 5px;
	margin-top: -10px;
	vertical-align: 55%;
}

.ui-window-alert {
	background: url(../images/warning.png) no-repeat;
	background-position: top left;
	margin: 25px 20px 0 20px;
	word-break: break-all;
	padding: 5px 5px 5px 57px;
	min-height: 38px;
}

.ui-window-affirm {
	background: url(../images/warning.png) no-repeat;
	background-position: top left;
	margin: 25px 20px 0 20px;
	word-break: break-all;
	padding: 5px 5px 5px 57px;
	min-height: 38px;
}

.ui-window-iframe {
	background-color:#f7f8fa;
}

.ui-window-iframe iframe {
	
}

.ui-window-b-l {
	background: url(../images/wn/ui_window_b_l.png) no-repeat;
	background-position: right top;
	height: 9px;
}

.ui-window-b-m {
	background: url(../images/wn/ui_window_b_m.png) repeat-x;
	background-position: top;
	width: auto;
}

.ui-window-b-r {
	background: url(../images/wn/ui_window_b_r.png) no-repeat;
	background-position: left top;
}

.ui-overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #000000;
	opacity: .16;
	filter: Alpha(Opacity = 16);
}

.btn_area3 {
	text-align: center;
	padding-top: 12px;
	height: 45px;
	clear: both;
}
/*新的弹出窗口*/
.chooseBankWrap{width:786px;background:#fff;margin:7px;}
.alertChooseBank{width:799px;height:689px;border:1px solid #dadada;background:#f8f8f8;position:absolute;display:none;}
.alertChooseBank h1{width:750px;height:49px;line-height:49px;font-size:20px;font-weight:normal;margin-left:24px;border-bottom:2px solid #ef553b;padding-top:13px;padding-left:6px;}
.shut{position:absolute;left:960px;top:18px;}
.ui-window-loading{overflow:hidden;}