﻿/* Login.aspx 登录框 */
body
{
	padding:38px 0 0 0
}
#login_con
{
	margin:auto;
	padding:58px 0 0 68px;
	height:526px;
	width:690px;
	background:#004db5 url(../images/bg/login_03.gif) center top repeat-x
}
#datetime
{
	width:56px;
	height:56px;
	position:relative;
	top:30px;
	left:28px;
	float:left;
	text-align:center;
	background:url(../images/bg/datetime.png) center center no-repeat
}
#datetime_c
{
	padding:16px 5px 0 5px;
	font-weight:bold;
	color:#FFFFFF
}
.month
{
	font-size:28px
}
#login_lp
{
	width:356px;
	float:left
}
#login_lp_t
{
height:8px;
overflow:hidden;
background:url(../images/bg/login_lp_t.png) bottom center no-repeat
}
#login_lp_c
{
height:180px;
background:url(../images/bg/login_lp_c.gif) center repeat-y
}
#login_lp_con
{
	width:250px;
	padding:30px 0 0 0;
	line-height:22px;
	margin:0 0 0 18px
}
#login_lp_b
{
height:8px;
background:url(../images/bg/login_lp_b.png) center top no-repeat
}

#login_block 
{
float:left;
position:relative;
left:-78px;
top:26px;
width:330px
}
.loginbtn {
width:62px;
height:31px;
background:url(../images/btn/login_btn.gif) center center no-repeat
}
#login_block_t
{
height:36px;
background:url(../images/bg/login_t.png) center bottom no-repeat
}
#login_block_t_t
{
	padding:12px 0 0 12px;
	font-weight:bold
}
#login_block_c {
background:url(../images/bg/login_c.gif) center repeat-y
}
#login_block_con 
{
	width:200px;
margin:auto;
height:240px
}
.input
{
	height:22px;
	font-size:16px;
	border:1px solid #cce4fc
}
#login_block_b {
margin:auto;
background:url(../images/bg/login_b.png) center top no-repeat;
height:5px
}
#login_block_un {
width:100%;
height:30px;
line-height:30px
}
#login_block_upwd {
width:100%;
height:30px;
line-height:30px
}
#login_block_btn {
width:100%;
text-align:center;
height:30px;
line-height:30px
}
#login_txt
{
	clear:both;
	color:#FFFFFF;
	width:608px;
	padding:40px 0 0 0;
	line-height:20px;
	float:left;
	margin:auto
}
#tjy_btn
{
	padding:6px 10px
}
.registbtn
{
width:62px;
height:31px;
border:0;
background:url(../images/btn/regist_btn.gif) center center no-repeat
}