@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%;
}

#leftbar .daqun_logo {
	background-image: url(/static/images/prelogin/tick.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height:30px;
	width: 390px;
	text-align: center;
	margin: 0 auto;
}
#leftbar .tick {
	display:block;
	background:url(/static/images/prelogin/go_head.gif) no-repeat;
	margin:20px auto;
	padding-left:25px;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	color: #006543;
}
#leftbar .tick a:link,#leftbar .tick a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #006543;
}

#leftbar .tick a:hover{
color:#000000;
text-decoration:underline;
}


.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: 8px;
}


#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;
}

