﻿body {
	background-color:white;	
/*文字*/
	color: #000;
	font-family:Arial, Verdana, "宋体";
	font-size:12px;
/*盒子*/
	margin:0;
	padding:0;
}
a
{
	color:#000;
}
.AllFrame
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

.TopLeft
{
	background:url(../images/UserLogin/TopLeft.jpg) no-repeat;
	height:127px;
	width:216px;
}
.TopBg
{
	background:url(../images/UserLogin/Topbg.jpg) repeat-x;
	height:127px;
	width:568px;
}
.TopRight
{
	background:url(../images/UserLogin/TopRight.jpg) no-repeat;
	height:127px;
	width:216px;	
}
.LeftBg
{
	background:url(../images/UserLogin/Leftbg.jpg) repeat-y;
	width:216px;
	height:300px;	
}
.LoginForm
{
	background:#ddd;
	height:300px;	
	width:568px;	
	vertical-align:top;
	border:solid 3px white;
}
.LogoHolder
{
	width:568px;
	text-align:center;
	vertical-align:middle;
	height:80px;
	top:20px;
}
.Logo
{
	background:url(../images/UserLogin/Logo.jpg) no-repeat;
	height:52px;
	width:481px;
	margin-left:auto;
	margin-right:auto;
}

.loginframe
{
/*文字*/	
	text-align:center;
/*盒子*/
	margin:0 auto;
	height:200px;
}
.loginframe ul
{
	list-style-type:none;
	display:inline;
	clear:both;
	float:left;
	width:400px;
	margin:10px 0 0 0;
	padding:0 0 0 100px;
}

.loginframe ul li
{
	font-weight:bold;
	height:26px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	line-height:26px;
}
.loginframe ul li.t1
{
	width:60px;
	text-align:right;
}
.loginframe ul li.t2
{
	width:230px;
	text-align:left;
	padding-left:1em;
}
.loginframe ul li.t2 .t2bgusername
{
/*背景*/
	background:url(../images/UserLogin/username_bg_226x26.jpg) no-repeat;
	//background-attachment:fixed;
	width:180px;
	height:26px;
	border:none;
	padding-top:5px;
	//padding-top:0;	
	padding-left:2em;
	padding-right:2em;
	line-height:26px;
}
.loginframe ul li.t2 .t2bgpassword
{
/*背景*/
	background:url(../images/UserLogin/password_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;
}
.loginframe ul li.t2 .t2bgverify
{
	background:url(../images/UserLogin/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;
}
.loginframe ul li.t2 img.t2bgverifycode
{
	cursor:pointer; 
	float:right; 
	margin-right:5px;
	margin-top:2px;
}
.buttonLogin
{
	background:url(../images/UserLogin/LoginBtn.jpg) no-repeat;
	border:none;
	width:75px;
	height:39px;
	cursor:pointer;
}
.buttonReg
{
	background:url(../images/UserLogin/RegBtn.jpg) no-repeat;
	border:none;
	width:75px;
	height:39px;
	cursor:pointer;
}

.RightBg
{
	background:url(../images/UserLogin/Rightbg.jpg) repeat-y;
	width:216px;
	height:300px;	
}

.leftBottom
{
	background:url(../images/UserLogin/LeftBottom.jpg) no-repeat;
	height:127px;
	width:216px;	
}
.Bottombg
{
	background:url(../images/UserLogin/Bottombg.jpg) repeat-x;
	height:127px;
	width:568px;
}
.RightBottom
{
	background:url(../images/UserLogin/RightBottom.jpg) no-repeat;
	height:127px;
	width:216px;	
}

.bottom
{
/*背景*/
	background:#555;	
/*文字*/
	color: #fff;
	font-family:Arial, Verdana, "宋体";
	font-size:12px;
	line-height:30px;	
/*盒子*/
	height:30px;
	margin:0;
	padding:0 5px;
}
.bottom .right 
{
	float:right;
}
.bottom a
{
	color:#fff;
	text-decoration:none;
}
