html {
	width: 100%;
	height: 100%;
}
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body{
	background-image:url(../../dec_files/img/bg1.jpg)  !important;
	background: #0066FF;
	background-position: center top;
	width:100%; height:100%;
	font-family: "Microsoft YaHei", "Microsoft YaHei UI";
	font-size:12px; text-decoration:none;
	background-color: #f0f2f5;
	background-repeat:no-repeat !important;
	background-size: cover !important;
	position: relative;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.loginContent {
	position: fixed;
	right: 20%;
	top: 28%;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	background-color: rgba(255,255,255,0.5);
	padding: 0px 60px 15px 30px;
}

.loginContent .loginTitle {
	background-image: linear-gradient(to bottom, #1571de, #1141ad);
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: transparent;
	-webkit-background-clip: text;
	padding: 15px 0;
}

.tips {
	margin-left: 30px;
	font-size: 12px;
}

.tips .tipsTap {
	color: #096AC6;
	font-size: 14px;
	display: block;
}

.loginContent .control {

	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#CFE3F9), to(#CFE3F9));*/
	/*background: -webkit-linear-gradient(top, rgba(235,247,235,0.8), rgba(235,247,235,0.8));*/
}

.login-area {
	width: 580px;
	margin: 80px auto 0;
	border-radius: 10px;
	/*border: 9px solid #1160c0;*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#CFE3F9), to(#CFE3F9));
	background: -webkit-linear-gradient(top, rgba(235,247,235,0.8), rgba(235,247,235,0.8));
	background: -moz-linear-gradient(top, rgba(235,247,235,0.8), rgba(235,247,235,0.8));
	background: -o-linear-gradient(top, rgba(235,247,235,0.8), rgba(235,247,235,0.8));
	background: -ms-linear-gradient(top, rgba(235,247,235,0.8), rgba(235,247,235,0.8));
	background: linear-gradient(top, rgba(235,247,235,0.8), rgba(235,247,235,0.8));
	/*background: -moz-linear-gradient(top, #fefefe, #d8d8d8);*/
	/*background: -o-linear-gradient(top, #fefefe, #d8d8d8);*/
	/*background: -ms-linear-gradient(top, #fefefe, #d8d8d8);*/
	/*background: linear-gradient(top, #fefefe, #d8d8d8);*/

	filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=580,finishy=200) progid:DXImageTransform.Microsoft.gradient(startcolorstr='#fefefe',endcolorstr='#d8d8d8',gradientType=0);
	-ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=580,finishy=200) progid:DXImageTransform.Microsoft.gradient(startcolorstr='#fefefe',endcolorstr='#d8d8d8',gradientType=0);/*IE8*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#d8d8d8',GradientType = 0);
}
.login-area ul {
	display: block;
	float: left;
}

.login-area .info {
	width: 260px;
	font-size: 14px;
	padding: 30px 20px;
}

.login-area .info li {
	line-height: 26px;
	color: #7b7b7c;
}

.login-area .info li.blue {
	color: #1160c0;
	font-weight: bold;
}

.login-area .control {
	font-size: 14px;
	padding: 10px 20px;
	color: #666666;
}

.login-area .control li {
	line-height: 42px;
}

.login-area .control li:first-child {
	font-size: 18px;
	font-weight: bold;
}

.login-area .control li span {
	display: block;
	float: left;
	width: 25%;
}

.login-area .control li input[type=text], .login-area .control li input[type=password] {
	width: 65%;
	background-color: #f0f0f0;
	padding: 2px 5px;
}

.login-area .control li button {
	width: 100%;
	background-color: #1160c0;
	color: #fff;
	border: none;
	height: 30px;
	cursor: pointer;
	line-height: 28px;
}

.login-area .control li a {
	color: #666666;
	text-align: right;
	float: right;
}
#center_all_bg {
	width: 100%;
	height: 100%;
	background: url(../img/login/center_all_bg.jpg) repeat-x;
}

#center_bg {
	margin: 0 auto;
	width: 960px;
	height: 599px;
	background: url(../img/login/center_bg.jpg) no-repeat;
}

#top {
	height: 70px;
	width: 100%;
}

#top #logo {
	width: 60px;
	height: 60px;
	float: left; margin-top:10px; margin-right:10px;
}

#top #title {
	padding-top: 18px;
	font-size: 26px;
	color: #1a79c3;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,1),1px 1px 2px rgba(0,85,0,.8);
}

#middle {
	width: 100%;
	height: 480px;
}

#middle #left {
	padding: 60px 0 0 30px;
	width: 550px;
	float: left;
	color: #ffffff;
	font-style: italic;
	text-shadow: 1px 1px 2px rgba(255,255,255,1),2px 3px 6px rgba(103,103,104,.8);
}

#middle #left .font_one {
	font-size: 24px;
	line-height: 40px;
}

#middle #left .font_two {
	font-size: 20px;
	line-height: 30px;
}

#middle #right {
	float: left;
	margin-top: 50px;
	width: 280px;
	height: 330px;
	background-color: #ffffff;
	box-shadow: 0px 2px 3px rgba(0,0,0,4),2px 2px 15px rgba(0,85,0,.8);
}

#middle #right #mess {
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	height: 45px;
}

#middle #right #mess img {
	float: left;
	margin: 2px 0 0 25px;
}

#middle #right #mess span {
	float: left;
	margin: 12px 0 0 6px;
}

#middle #right .control {
	height: 30px;
	font-size: 14px;
	margin: 35px 0;
}

#middle #right .control span {
	text-align: right;
	display: block;
	line-height: 22px;
	float: left;
	width: 90px;
}

#middle #right .control .txt {
	width: 130px;
	font-size: 16px;
}

#middle #right .btn_area {
	padding-top: 10px;
	text-align: center;
}

#bottom {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

/**********��ťͨ��**********/
.myButton {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}

.myButton:active {
	position: relative;
	top: 1px;
}

/**********��ɫ��ť**********/
.btn_blue {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
}

.btn_blue:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0390fc), color-stop(1, #0390fc));
	background: -moz-linear-gradient(top, #77a809 5%, #0390fc 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #0390fc 100%);
	background: -o-linear-gradient(top, #77a809 5%, #0390fc 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #0390fc 100%);
	background: linear-gradient(to bottom, #77a809 5%, #0390fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0390fc', endColorstr='#0390fc',GradientType=0);
	background-color: #0390fc;
}

/**********�Ұ�ɫ��ť**********/
.btn_grey {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #dcdcdc;
	color: #777777;
	text-shadow: 0px 1px 0px #ffffff;
}

.btn_grey:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color: #dfdfdf;
}
