
html,div,span,p {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
}

body {
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border: 0px currentColor;
	background-color: #2F94D2;
}

#K5logo {
	margin: 20px 0 0px;
	height: 112px;
	overflow: hidden;
	display: block;
	background: transparent url(./logo.png) no-repeat 26px top;
}

#main {
	padding: 10px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa),
		color-stop(100%, #e5e5e5) );
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#fafafa',
		endColorstr='#e5e5e5', GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	text-align: left;
	overflow: hidden;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -445px;
	width: 890px;
	height: 398px;
}

.login_form_box {
	width: 320px;
	color: rgb(102, 102, 102);
	line-height: 14px;
	overflow: hidden;
	font-size: 12px;
	margin-right: 10px;
	float: right;
	min-height: 358px;
}

.newsContent {
	border-radius: 3px;
	height: 398px;
	width: 550px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	background: url(./bg.jpg) center no-repeat;
	background-size: 100%;
	float: left;
	position: relative
}

.InputBoxs {
	line-height: 30px;
	font-size: 14px;
	width: 280px;
	margin: 20px auto 0 15px;
}

.logonerror {
	height: 20px;
}

.InputBox {
	height: 28px;
	padding: 8px 0px 8px 8px;
	background-color: #f3f5f6;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

.firstInputBox {
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.lastInputBox {
	border-bottom: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.t {
	float: left;
}

.InputBoxs input {
	margin-left: 5px;
	margin-top: 0px;
	border: 0px solid #f3f5f6;
	-webkit-appearance: none;
	font-size: 12px;
	color: #586064;
	width: 230px;
	background-color: #f3f5f6;
	padding: 8px 0
}

.tips {
	padding-top: 7x;
	font-size: 11.5px;
	text-align: center;
}

.button {
	background: -moz-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3198d8),
		color-stop(100%, #2e8ec9) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* IE10+ */
	background: linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#3198d8',
		endColorstr='#2e8ec9', GradientType=0 ); /* IE6-9 */;
	border: 1px solid #4176BA;
	width: 100%;
	line-height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.newsList {
	position: absolute;
	bottom: 14px;
	left: 14px;
	padding: 0;
	margin: 0;
}

ul.newsList li {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 3px;
	background: #fff;
	color: #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	width: 85px;
	height: 70px;
	display: inline-block;
	margin: 0 6px;
}

ul.newsList li a h3 {
	font-size: 14px;
	height: 66px;
	line-height: 22px;
	font: bold;
	margin: 3px 0 0;
	padding: 0;
	overflow: hidden;
}

ul.newsList li a {
	color: #333;
	text-decoration: none;
}

ul.newsList li a:hover {
	color: #FEB95F;
}

.footer {
	margin: 6px;
	text-align: center;
	clear: both;
	font-size: 12px;
	color: #ddd;
	font-size: 12px;
	line-height: 45px;
}