﻿body
{	
	font-size: 12px;
	background: #f1f3f3 url(../images/bg.jpg) repeat-x left top;
}
#container
{
    margin:0px auto;
    margin-top:150px;
    width:520px;
	position: relative;
}
#content
{    
	margin: 0 auto;
	overflow: hidden;
	height: 270px;
	width: 500px;
	padding:10px;
	background:url(../images/border_bg.png);
	z-index:9;
}
#login_form
{
	height: 200px;
	width: 500px;
	padding-top:30px;
    overflow:hidden;
    background:#fff;
}
#content .logo
{
	line-height:40px;
	color:#fff;
	font-size:14px;
	padding-left:10px;
	background:#84CFDE;
}
#content .logo img
{
     height:52px;
}
#content ul
{
    overflow:hidden;
}
#content ul li
{
	font-weight: bold;
	height: 26px;
	line-height:26px;
	margin-bottom:10px;
	position:relative;
	text-align:left;
}
#content ul li label
{
	width: 100px;
	height:26px;
	display: inline-block;
	text-align: right;
	color: #2a4a61;
}
#content .inp_text
{
	height: 16px;
	padding:3px;
	margin-left:20px;
	width: 145px;
	border: 1px solid #d5dde0;
	margin-bottom: 0px;
}
#content ul li .icon_point
{
    background: url("../images/point.gif") no-repeat scroll 14px 3px;
    display:inline-block;
    height: 24px;
    font-weight:normal;
    line-height: 22px;
    padding-left: 38px;
    color:#999;
}
#content .inp_code
{
    margin-right:65px;
    width:80px;
}
#content ul li img
{
	margin-left: 3px;
	border: 1px solid #ddd;
    position:absolute;
    top:2px;
    width:56px;
    left:216px;
    height:22px;
    cursor:pointer;
}
#content li .btn_login
{
	width: 90px;
	color: #fff;
	text-align: center;
	height: 24px;
	margin-left:124px;
	line-height: 24px;
	cursor: pointer;
	display:inline-block;
	border: medium none;
	background: url(../images/blue-btn.gif) no-repeat;
}

#container .Copyright
{
	width: 520px;
	line-height:20px;
	text-align:right;
	color: #A8A8A8;
}
#container .Copyright a
{
	color: #A8A8A8;
	position:relative;
	text-decoration: none;
}
