@charset "utf-8";

.login { 
	height:290px;  
	float:right;
}
/***--
.login .title{ 
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	///background: url(../images/login_title_bg.png) no-repeat;
}
.login  .titleEn{ 
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
    background: url(../images/login_title_bg_en.png) no-repeat;
}****/
 
.login .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	outline: none;
}

.login .content {  
	text-align: center;
	background: url(../images/login_content_bg.png) repeat-y; 
}

.login .bottom {
	width: 290px;
	height: 89px;
	padding-top: 10px;
	padding-left: 160px;
	background: url(../images/login_bottom_bg.png) no-repeat; 
}

.login #loginCaptcha {
	text-transform: uppercase;
}

.login #loginCaptchaImage {
	float: left;
	margin-left: 9px;
	vertical-align: middle;
	cursor: pointer;
}

.login .loginTable {
	width: 100%; 
	align:right;
}

.login .loginTable th{ 
	text-align: right;
}

.login .content .loginTable tr{
	height: 40px;
	 text-align: left;
}

.point {
	height: 36px;
	line-height: 36px;
	padding-left: 16px;
	text-align: left;
	background: url(../images/login_point_icon.gif) left 10px no-repeat; 
}
/****这部分内容 已经在css/css.css中定义了
  .loginButton
  {width:121px;
height:37px;
background:url(../images/dl/but.png) no-repeat;
border:none;
cursor:pointer;}
 .loginButtonEn 
  {width:121px;
height:37px;
background:url(../images/dl/enbut.png) no-repeat;
border:none;
cursor:pointer;}***********/
 .loginRegisterButton {
	height: 38px;
	line-height: 38px;
	width: 184px;
	border: 0px;
	color: #75818a;
	background: url(../images/register_window_button.gif) no-repeat;
	
	/**background: url(../images/tj/register_bt.jpg) no-repeat;**/
	cursor: pointer;
}
 
   .loginRegisterButtonEn{height: 38px;
	line-height: 38px;
	width: 184px;
	border: 0px;
	color: #75818a;
	background: url(../images/register_window_button_en.gif) no-repeat;
	
	/**background: url(../images/tj/enregister_bt.gif) no-repeat;**/
	cursor: pointer;
}
