@charset "utf-8";

* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px'); 
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html #loginWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#loginWindow {
	width: 417px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -208px;
}
* html .editWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.editWindow {
	width: 780px;
	display: none;
	position: fixed;
	top: 8%;
	left: 25%;
	margin-left: -208px;
}

.editWindow .resetclose {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	outline: none;
}
.editWindow .close {
	position: absolute;
	top: 10px;
	 
	cursor: pointer;
	outline: none;
}
.editWindow .content { 
	width: 780px;
	padding: 10px 0px;
	text-align: center;
	background: url(../images/login_window_content_long_bg.png) repeat-y; 
}
.editWindow .content .txt{ 
	 

	width: 775px;
	height: 380px;
	text-align: left;
	color: #6f6f6f;
	border: 1px solid #e0e5e9;
	padding: 0px;
	overflow-y: scroll;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #D2E5F4;
	scrollbar-highlight-color: #D2E5F4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D2E5F4;
	}
	
.editWindow .title {
	width: 780px;
	height: 33px;
	line-height: 35px;
	padding-left: 35px;
	padding-top: 2px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/login_window_title_long_bg.png) no-repeat;
}
.editWindow .bottom {
	width: 780px;
	height: 9px;
	background: url(../images/login_window_bottom_long_bg.png) no-repeat; 
}
.loginWindow .title {
	width: 760px;
	height: 33px;
	line-height: 35px;
	padding-left: 35px;
	padding-top: 2px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/login_window_title_bg.png) no-repeat;
}
.loginWindow .resetclose {
	position: absolute;
	top: 10px;
	right: 110px;
	cursor: pointer;
	outline: none;
}
.loginWindow .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	outline: none;
}

.loginWindow .content {
	width: 417px;
	padding: 10px 0px;
	text-align: center;
	background: url(../images/login_window_content_bg.png) repeat-y; 
}

.loginWindow .bottom {
	width: 417px;
	height: 9px;
	background: url(../images/login_window_bottom_bg.png) no-repeat; 
}

.loginWindow #loginWindowCaptcha {
	text-transform: uppercase;
}

.loginWindow #loginWindowCaptchaImage {
	float: left;
	margin-left: 9px;
	vertical-align: middle;
	cursor: pointer;
}

.loginWindow .loginTable {
	width: 100%;
}

.loginWindow .loginTable th{
	width: 150px;
	text-align: right;
}

.loginWindow .content .loginTable tr{
	height: 35px;
	text-align: left;
}

.loginWindow .point {
	height: 16px;
	line-height: 16px;
	padding-left: 16px;
	text-align: left;
	background: url(../images/login_window_point_icon.gif) left 1px no-repeat; 
}

.loginWindow .loginButton{
	height: 27px;
	line-height: 27px;
	width: 80px;
	border: 0px;
	color: #75818a;
	background: url(../images/login_window_button.gif) no-repeat;
	cursor: pointer;
}



.transfer-panel .main-tip {
	PADDING-BOTTOM: 10px; LINE-HEIGHT: 1.5; MARGIN: 28px 80px 25px 85px; PADDING-LEFT: 55px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/bgs_alert.gif) no-repeat 0px 0px; PADDING-TOP: 0px
}
.transfer-panel .main-tip H4 {
	FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.transfer-panel .main-tip P {
	COLOR: #666; FONT-SIZE: 12px
}
.transfer-panel .aside-info {
	TEXT-ALIGN: center; LINE-HEIGHT: 1.5; COLOR: #666; FONT-SIZE: 12px
}
.transfer-panel .aside-info A {
	FONT-SIZE: 14px
}
.transfer-panel .aside-info BUTTON.btn-pay {
	MARGIN: 0px 12px
}
