@charset "utf-8";

* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'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 #registerWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#registerWindow {
	width: 517px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -258px;
}
* html #resetWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#resetWindow {
	width: 517px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -258px;
}
* html #resendWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#resendWindow {
	width: 517px;
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -258px;
}
.registerWindow .title {
	width: 482px;
	height: 33px;
	line-height: 35px;
	padding-left: 35px;
	padding-top: 2px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/register_window_title_bg.png) no-repeat;
}

.registerWindow .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	outline: none;
}

.registerWindow .content {
	width: 517px;
	padding: 10px 0px;
	text-align: center;
	background: url(../images/register_window_content_bg.png) repeat-y; 
}

.registerWindow .bottom {
	width: 517px;
	height: 10px;
	background: url(../images/register_window_bottom_bg.png) no-repeat; 
}

.registerWindow #registerWindowCaptcha {
	text-transform: uppercase;
}

.registerWindow #registerWindowCaptchaImage {
	float: left;
	margin: 0px 3px 0px 9px;
	vertical-align: middle;
	cursor: pointer;
}

.registerWindow .registerTable {
	width: 100%;
}

.registerWindow .registerTable th{
	width: 180px;
	text-align: right;
}

.registerWindow .content tr{
	height: 35px;
	text-align: left;
}

.registerWindow .registerButton{
	height: 27px;
	line-height: 27px;
	width: 80px;
	border: 0px;
	color: #75818a;
	background: url(../images/register_window_button.gif) no-repeat;
	cursor: pointer;
}
.registerWindow .registerButtonEn{
	height: 27px;
	line-height: 27px;
	width: 80px;
	border: 0px;
	color: #75818a;
	background: url(../images/register_window_button_en.gif) no-repeat;
	cursor: pointer;
}

* html #agreementWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#agreementWindow {
	width: 624px;
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -312px;
}
* html #guideWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#guideWindow {
	width: 624px;
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -312px;
}
.agreementWindow .title {
	width: 574px;
	height: 33px;
	line-height: 33px;
	padding: 15px 0px 0px 50px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/register_window_agreement_title_bg.png) no-repeat; 
}

.agreementWindow .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	outline: none;
}

.agreementWindow .content {
	width: 584px;
	height: 360px;
	padding: 0px 20px 20px 20px;
	text-align: center;
	background: url(../images/register_window_agreement_content_bg.png) repeat-y; 
}

.agreementWindow .content .txt {
	width: 562px;
	height: 318px;
	text-align: left;
	color: #6f6f6f;
	border: 1px solid #e0e5e9;
	padding: 10px;
	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;
}
.agreementWindow .agreementButtonEn {
	height: 27px;
	width: 80px;
	border: 0px;
	margin: 5px auto auto 0px;
	cursor: pointer;
	background: url(../images/register_window_agreement_button_en.jpg) no-repeat; 
}
.agreementWindow .agreementButton {
	height: 27px;
	width: 80px;
	border: 0px;
	margin: 5px auto auto 0px;
	cursor: pointer;
	background: url(../images/register_window_agreement_button.gif) no-repeat; 
}

.agreementWindow .bottom {
	width: 624px;
	height: 16px;
	background: url(../images/register_window_agreement_bottom_bg.png) no-repeat; 
}