body 
{ 
    width:100%;
	height:100%;
	background:#aaaaaa;
}
#container
{
    width:716px;
	position:relative;
	top:50%;
	margin:0 auto;
}
.loginbg
{
	width:716px;
	height:344px;    
	position:absolute;
	top:-172px;
	background:url(../images/login/login_14.png) no-repeat;
}
.language
{
    position:absolute;
	top:10px;
	right:9px;
	z-index:10;
}
.login
{
    width:320px;
	height:100px;
	position:absolute;
	top:130px;
	right:150px;
}
.inputwidth
{
    width:196px;
}
.loginbtn
{
    margin-top:5px;
	width:199px;
	height:26px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	background:url(../images/login/input_normal.png) no-repeat;
}
.loginbtnon
{
    margin-top:5px;
	width:199px;
	height:26px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	background:url(../images/login/inputButton_select.png) no-repeat;
}
.footer
{
	width:716px;
	height:344px;
	text-align:center;
	position:absolute;
	top:172px;
	color:#727272;
}