@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#444;
	background: #000 url(/img/bg_pic1.jpg) center center;

}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,
select,
textarea,
button {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	outline:none;
}

textarea {
	resize:none;
}

img {
	border:0;
	vertical-align:top;
}

a {
	color:#0b4059;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	border-collapse:collapse;
}

p {
	margin:0 0 14px 0;
}

.auth {
	width:750px;
	padding:320px 0 50px 0;
	margin:0 auto;
	position: relative;
	text-align:center;
	z-index: 1;
}

.auth .form {
	text-align:left;
	list-style:none;
	margin:0 auto 30px auto;
	padding:0;
	width:516px;
	position:relative;
}

.auth .form li {
	margin:0 0 8px 0;
	zoom:1;
	overflow:hidden;
}
.auth .form.worktime li input {
	width:340px;
}
.auth .form .label {
	font-family: 'Arial Narrow';
	font-weight: bold;
	font-size:16px;
	text-align:right;
	float:left;
	width:100px;
	padding:0 20px 0 0;
	text-transform:uppercase;
	color:#fff;
	line-height:42px;
}

.auth .form .input {
	background:#dadada;
	color:#000;
	padding:2px 10px;
	width:220px;
	height: 36px;
	float:left;
	font-size: 16px;
	border: solid 1px #2E6B97;
}

.auth .form .submit {
	padding:0 100px;
	text-align:center;
	margin:22px 0 0 0;
}

.auth .form .btn {
	display:inline-block;
	color:#f9fdce;
	font:normal 22px Arial;
	/*background:url(/img/btn-auth.png) no-repeat left 2px;*/
	background: #f00;
	min-width:105px;
	height:40px;
	text-align:center;
	text-transform:uppercase;
	border:0;
	padding:0;
}
.auth .form .btn.time {
	background:#f00 url(/img/icons/time24.png) no-repeat 5px center;
	padding-left:20px;
}
.auth .form .btn.finish {
	background:#f00 url(/img/icons/finish24.png) no-repeat 5px center;
	padding-left:20px;
	
}


.auth .form .btn span {
	position:relative;
	top:-2px;
}

.auth .date {
	font:bold 14px "Arial Black", Gadget, sans-serif;
	color:#fff;
	text-transform:uppercase;
}

.msg {
	color: #fff;
	height:36px;
	text-transform: uppercase;
}
.auth .msg p {
	font-size:18px;
	padding: 8px 0;
	text-transform: none;
}
.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.page {
	width: 900px;
	padding: 30px 0 50px 0;
	margin:0 auto;
	position: relative;
	text-align:center;
	z-index: 1;
}

.page .menu {
	list-style: none;
	width: 900px;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.page .menu li {
	float: left;
	margin: 0 0 5px 5px;
	background: url(/img/content_bg.png) repeat;
	border-radius: 5px;
}

.page .menu li a {
	display: block;
	width: 110px;
	height: 110px;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #aaa;
}
.page .menu li a:hover {
	border-color: #ffdb5e!important;
	color: #ffdb5e;
}

.page .menu li a img {
	width: 64px;
	display: block;
	margin: 9px 0 4px 25px ;
}
.page h1 {
	color: #fff;
	font-weight: normal;
}
.page h2 {
	display: block;
	color: #fff;
	clear: both;
	font-family: Verdana;
	text-align: left;
	font-weight: normal;
}
.page h1 a {
	color: #aaf;
	vertical-align: middle;
}