@charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	background: url(icons_login/background.png) no-repeat;
	background-color: #009edb;
	background-size: 100% auto;
}

body, input, textarea, select, button {
	font-family: "Microsoft YaHei", "宋体";
}

#login-logo {
	margin-top: 30px;
	margin-left: 50px;
}

#login-logo img {
	width: 15%;
	height: auto;
}

#dl {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#dl_mid {
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#dl_mid_kuang {
	width: 960px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

#dl_mid_left {
	width: 337px;
	height: 313px;
	background: url(icons_login/left.png) no-repeat;
	float: left;
}

#dl_mid_right {
	width: 450px;
	height: auto;
	float: left;
	margin-left: 18px;
}

.dl_mid_right_top {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffbe00;
}

.dl_mid_right_mid {
	width: 400px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	background: rgba(245, 245, 245, 0.9);
}

.dl_mid_right_mid_password {
	width: 400px;
	height: auto;
	overflow: hidden;
	background: rgba(245, 245, 245, 0.9);
}

.dl_mid_right_mid_border {
	width: 400px;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
	border: 10px solid rgba(245, 245, 245, 0.5);
	border-radius: 5px;
}

.dl_mid_right_mid .dl_mid_right_mid_table {
	width:350px;
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	padding-left: 50px;
}

#dl_down {
	width: 590px;
	height: 107px;
	background: url(icons_login/down.png) no-repeat;
	float: right;
}

.dl_mid_input {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	color: #c1c1c1;
	text-indent: 28px;
	outline: none;
	border-radius: 5px;
}

.dl_mid_randomcode {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	border-radius: 5px;
}

#randomCode {
	padding-top: 6px;
}

#note {
	text-align: center;
}

#note span {
	color: #f00;
}

.login-btn {
	background: #3b7ae3;
	color: #fff;
	outline: none;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 38px;
	padding: 0px;
	border: 1px solid #3b7ae3;
	width: 100%;
	height: 40px;
	margin: 0px;
	border-radius: 5px;
}

.login-btn_password {
	background: #3b7ae3;
	color: #fff;
	outline: none;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 38px;
	padding: 0px;
	border: 0px solid #3b7ae3;
	width: 45%;
	height: 40px;
	margin: 0px;
	border-radius: 5px;
}

.login-btn:hover {
	background: #3f81b0;
}

.login-msg {
	color: #f00;
}

.input-username {
	background: url(icons_login/input_username.png) no-repeat 2px;
	background-color: #ffffff;
}

.input-password {
	background: url(icons_login/input_password.png) no-repeat 2px;
	background-color: #ffffff;
}

.notice {
    line-height:20px;
    font-size:10px;
    font-weight: normal;
    color:#004a8a;
    text-align:center;
    background-color:#FFFFFF;
    border-radius:15%;
    position:relative;
    top:-10px;
    margin: 0px 0px 0px 6px;
    padding: 0px 6px 0px 6px;
}