﻿body
{
	font-size:12px;
}
a
{
	color:#20719d;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
#anchor
{
	position: absolute;
	left:50%;
	top:50%;
}
#header
{
	margin:0;
	height:55px;
	border-bottom:solid 2px #52b0e2;
}
#header .logo
{
	float:left;
}
#header .helper
{
	padding:30px 10px 0 0;
	float:right;
}
#header .helper a
{
	color:#0000ff;
	font-size:16px;
}
#footer
{
	margin:0;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	border-top:solid 1px #52b0e2;
}
#register
{
	position: relative;
	width:960px;
	height:480px;
	margin-top:-240px;
	margin-left:-480px;
}
#register .body
{
	margin:0;
	padding: 20px 10px;
	min-height: 350px;
	height:auto !important;
	*heigth:350px;
}
#register .info
{
	width:240px;
	float:left;
}
.info .user
{
    margin:0 auto;
    text-align:center;
}
.info .user .photo
{
    width:124px;
    height:124px;
    padding:1px;
    border:solid 1px #dddddd;
    background:#ffffff;
}
.info .message
{
	margin: 0;
} 
.info .message p
{
	margin:10px 0 5px 0;
	font-size:14px;
	line-height:22px;
	text-indent:28px;
}
#register .form
{
	margin: 0 0 0 255px;
	border-left: dotted 1px #dddddd;
}
#register .form .item
{
	height:40px;
}
#register .form .text
{
	width: 80px;
	height:40px;
	line-height:30px;
	float:left;
	text-align:right;
}
#register .form .ctrl
{
	width:210px;
	height:40px;
	float:left;
}
#register .form .tips
{
	margin: 0 0 0 300px;
}
#register .form .command
{
	padding: 0 0 0 80px;
}
#register .form .command div
{
	margin:0 20px 0 0;
	line-height:40px;
	float:left;
}
#login
{
	position: relative;
	width:600px;
	height:400px;
	margin-left:-300px;
	margin-top:-200px;
}
#login .body
{
	margin:0;
	padding: 20px 10px;
	min-height: 320px;
	height:auto !important;
	height:320px;
}
#login .info
{
	width:240px;
	padding:20px 0 0 0;
	float:right;
}
#login .info p
{
	margin:10px 0;
	line-height:24px;
}
#login .info a
{
	color:#ff9900;
	font-size:14px;
	text-decoration:underline;
}
#login .form
{
	margin: 0 255px 0 0;
	border-right: dotted 1px #dddddd;
}
#login .form .item
{
	height:32px;
}
#login .form .item .text
{
	width:60px;
	line-height:24px;
	text-align:right;
	float:left;
}
#login .form .item .ctrl
{
	margin: 0 0 0 66px;
}
#login .form .item a
{
	color:#ff9900;
	text-decoration:underline;
}
#login .form .command
{
	padding: 0 0 0 66px;
}
#login .form .tips
{
	padding: 5px 10px 5px 25px;
}
.caption
{
	padding:10px 0 20px 20px; 
	color: #20719d;
	font-size:16px;
	font-weight: bold;
}