@charset "utf-8";
/* CSS Document */
{
    margin:0px;
    padding:0px;
}
p{
	vertical-align: text-top;
	top:0;
}
#login-box{
    display:none;
	padding:0px;
	background:#ffffff;
	width:360px;
	height: 280px;
	position: absolute;
	left: 50%;
    top:50%;
	margin-left: -175px;
	margin-top: -150px;
}
.login-item input{
    width:320px;
    height:40px;
}
.login-item a{
    width:320px;
    height:50px;
    background:#00897B;
    display:block;
    font-size:16px;
    color:#fff;
    line-height:50px;
    text-align:center;
    display:block;
    text-decoration:none;
}
.login-item{
    margin-top:40px;
    margin-left:20px;
}

#close
{
	font-size:18px;
	position: absolute;
	vertical-align: text-top;
	top:0;
	right:2px;
	cursor: pointer;
}
        /*登陆框结束*/
#over{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #000;
	opacity: 0.5;
	display: none;
}
#login{
	/*
	height:170px;
	width:40%;
	margin:0;
	padding:0;
	clear:both;
	position:absolute;
	left:45%;
	top:20%;
	text-align:center;
	*/
}