﻿/*********************************************************************************************
*
*
* 复写HTML标签样式
*
*********************************************************************************************/
body
{
/*背景*/
	background:url(../images/login/body_bg_1x555.jpg) repeat-x;
	background-color:white;	
/*文字*/
	color: #000;
	font-family:Arial, Verdana, "宋体";
	font-size:12px;
/*盒子*/
	margin:0;
	padding:0;
}
a
{
	color:#8f4a1c;
}


/*********************************************************************************************
*
* 用户自定义CLASS样式
*
*********************************************************************************************/

/*
* 页面顶部
*/
.top
{
	/**/
}
.invisible 
{
	display:none;
}

/*
* 页面中部
*/
.body
{
/*背景*/
	background:url(../images/login/bottom_bg_1x425.jpg) repeat-x;
/*文字*/	
	text-align:left;
/*盒子*/
	margin:0 auto;
	height:425px;	
	width:100%;
/*定位*/
	bottom: 37px;
	position:fixed;
	//position:absolute;
}
.body .loginframe
{
/*背景*/
	background:url(../images/login/main_bg_538x425.jpg) center no-repeat;
/*文字*/	
	text-align:center;
/*盒子*/
	height:425px;	
	width:538px;
	margin:0 auto;
}
.body .loginframe ul
{
	list-style-type:none;
	display:inline;
	clear:both;
	float:left;
	width:400px;
	margin:10px 0 0 0;
	padding:0 0 0 100px;
}

.body .loginframe ul li
{
	font-weight:bold;
	height:26px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	line-height:26px;
}
.body .loginframe ul li.t1
{
	width:80px;
	text-align:right;
}
.body .loginframe ul li.t2
{
	width:230px;
	text-align:left;
	padding-left:1em;
}
.body .loginframe ul li.t2 .t2bgusername
{
/*背景*/
	background:url(../images/login/username_bg_226x26.jpg) no-repeat;
	//background-attachment:fixed;
	width:180px;
	height:26px;
	padding-top:5px;
	//padding-top:0;	
	border:none;	
	padding-left:2em;
	padding-right:2em;
	line-height:26px;
}
.body .loginframe ul li.t2 .t2bgpassword
{
/*背景*/
	background:url(../images/login/password_bg_140x26.jpg) no-repeat;
	//background-attachment:fixed;
	width:100px;
	height:26px;
	padding-top:5px;
	//padding-top:0;		
	border:none;
	padding-left:2em;	
	padding-right:2em;
	line-height:26px;
}
.body .loginframe ul li.t2 .softkeyico
{
    cursor:pointer;
	//background-attachment:fixed;
	width:26px;
	height:26px;
	float:right; 
	margin-right:50px;
	margin-top:2px;
}
.body .loginframe ul li.t2 .t2bgverify
{
	background:url(../images/login/verify_bg_140x26.jpg) no-repeat;
	//background-attachment:fixed;
	width:100px;
	height:26px;
	padding-top:5px;
	//padding-top:0;		
	border:none;
	padding-left:2em;	
	padding-right:1em;
	line-height:26px;
}
.body .loginframe ul li.t2 img.t2bgverifycode
{
	cursor:pointer; 
	float:right; 
	margin-right:5px;
	margin-top:2px;
}
.buttonLogin
{
	background:url(../images/login/button_login_75x39.jpg) no-repeat;
	border:none;
	width:75px;
	height:39px;
	cursor:pointer;
}
.buttonReset
{
	background:url(../images/login/button_reset_75x39.jpg) no-repeat;
	border:none;
	width:75px;
	height:39px;
	cursor:pointer;
}
/*
* 页面底部
*/
.bottom
{
/*背景*/
	background:url(../images/login/copyright_bg_1x37.jpg) bottom repeat-x;	
/*文字*/
	color: #555;
	font-family:Arial, Verdana, "宋体";
	font-size:12px;
	line-height:37px;	
/*盒子*/
	height:37px;
	width:100%;
	margin:0;
	padding:0px;
/*定位*/
	bottom: 0;
	position:fixed;
	//position:absolute;
}
.bottom .right 
{
	float:right;
}
.bottom a
{
	color:#555;
	text-decoration:none;
}
