@charset "utf-8";
/* CSS Document */
label {
	cursor:pointer;
	line-height:18px;
	display:block;
}
#leftbar h3 {
	border-bottom: 1px solid #006543;
}
#leftbar .tip {
	color: #666666;
	margin:15px 0 30px;
}
#leftbar .democss p {
	width: 400px;
	clear: left;
	padding:4px;
	padding-left: 122px;
	text-align:left;
	height: 1%;
}

.democss label {
  float: left;
  margin-left: -122px !important;
  margin-left:-60px;
  width: 110px; 
  padding:4px 4px 0;
  text-align:right;
}

.democss input {
	width:180px;
	line-height: 15px;
	color: #666666;
}

div#submit {
	width:400px;
	text-align:left;
	padding:4px;
	padding-left:122px;
}

.democss input.submit {
	width:40px;
	background-color: #777c8e;
	color: #FFFFFF;
	border: 1px solid #5e5e5e;
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	cursor:pointer
}
.democss .explain {
	color: #808080;
	margin-left: 5px;
}
#leftbar .problem {
	margin-top: 10px;
	padding-left: 122px;
}
#leftbar .problem a {
	color: #006543;
	text-decoration: underline;
}


#boder{margin-bottom:10px;}

#boder .login a {
	background-image: url(/static/images/preLogin/login.gif);
	display: block;
	width: 97px;
	height: 34px;
	margin: 10px auto 0;
}

#boder .login ol {
	width: 135px;
	padding-left: 15px;
	margin-top: 12px;
}
#boder .login li {
	line-height: 2em;
	list-style-type: square;
}
#boder .login, #boder .enter{
	padding: 10px;
	background-color:#f4f6f8;
}
#boder .login h3, #leftbar h3 {
	line-height: 1.8em;
	color: #006543;
}
.login-form .input-text {
	width: 140px;
}
.democss .validate-num {
	vertical-align: baseline;
	padding: 0 4px;
}
