.header{
	margin-top: 6px;
	margin-bottom: 6px;
}
.headtitle {
    color:#b3b3b1;
    text-align:center;
}
/*.menu{
	margin-top: 14px;
}
.menu li{	
	margin-left: 28px;
	color: #fff;
}
.menu li:nth-child(0){
	margin-left: 0;
}*/
.menu .activer {
    background:none !important;
    padding:0 !important;
}
@media only screen and (max-width: 500px) {
    .menu li{	
		margin-left: 16px;
	}
}
.titlebar{
	background: #63A5C5;
	padding-top: 8px;
	padding-bottom: 8px;	
}
.title{
	font-size: 16px;
	color: #fff;
}
.title a:hover{
	color: #94C6D6;
	text-decoration: none;
}
.inputbox{
	height: 36px;
}
.loginbox {
  background: -webkit-linear-gradient(left,#fff,#EDEDED,#fff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#fff,#EDEDED,#fff); /* Opera 11.6 - 12.0 */
  background: -moz-linear-gradient(right,#fff,#EDEDED,#fff); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right,#fff,#EDEDED,#fff); /* 标准的语法 */
}
.loginbox label{
	/*margin-top: 8px;*/
}
.loginboxbg{
	border-top: 6px solid #66A8C8;
	border-radius:6px;
	background:#fff;
    margin:30px auto 30px auto;
    max-width:730px;
}
.forgetpsd{
	color: #000;
	display:inline-block;
	margin-bottom: 10px;
}
.forgetpsd:hover{
	cursor: pointer;
	color: #449D44;
	text-decoration: none;
}
.forgetpsd span{
	color:#80838A;
}
.loginbtn button{
	border-radius: 4px;
	margin-bottom: 80px;
}
.footerbg {
    bottom:0;
    position:fixed;
    width: 100%;
}

.btnarea {
    margin-bottom:50px;
}

.tips {
    width:400px;
    text-align:center;
    font-size:16px;
    margin:20px 0 0 10px;
}
.form-control, .form_datetime{
    width: 72%;
}