body {
	color: #333333;
	font-family: "ProximaNova", sans-serif, "Microsoft YaHei" !important;
	font-size: 12px;
	background-image: url("../img/login-background.jpg");
	background-color: #fff;
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#browseralert,#scriptalert {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 400px;
	background: url("../img/warning16.png") 3px 7px no-repeat #FFF8B9;
	border: 1px solid #F8DC7A;
	border-radius: 5px;
	padding: 0 3px 0 25px;
	box-shadow: 3px 3px 3px #AAAAAA;
	z-index: 3;
}

#scriptalert {
	top: 70px;
	z-index: 2;
}

#browseralert p,#scriptalert p {
	font-family: "ProximaNova", sans-serif, "Microsoft YaHei" !important;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

#browseralert a,#scriptalert a {
	display: block;
	text-decoration: none;
	color: #006699;
}

#browseralert a:hover,#scriptalert a:hover {
	text-decoration: underline;
}

#main {
	height: 355px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	top: 72px;
	width: 793px;
}

#logo {
	background: url("../img/adp-logo.gif") no-repeat transparent;
	height: 31px;
	width: 67px;
	cursor: pointer;
}

#box1 {
	background: #121c4e;
	width: 753px;
	min-height: 200px;
	margin-top: 20px;
	overflow: hidden;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-radius: 0.5rem;
	box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

#box2 {
	float: left;
	width: 380px;
	border: 1px #668ea9 solid;
	border-radius: 4px;
	padding: 0 15px;
}

#box2 p {
	font-size: 14px;
}

#box2 li {
	line-height: 18px;
}

#box3 {
	float: right;
	width: 300px;
	border-radius: 4px;
	padding-left: 15px;
}

h1 {
	width: 791px;
	border-bottom: 1px solid #264D69;
	color: #F0F0F0;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 12px;
}

#box3 label {
	color: #F0F0F0;
	display: block;
	float: none;
	font-size: 12px;
	position: relative;
	font-weight: bold;
	vertical-align: top;
	margin: 10px 0 5px 0;
}

#box3 label:first-child {
	margin-top: 0;
}

input {
	padding: 3px;
	background-color: #fff !important;
	width: 275px;
	height: 20px;
	border: 1px solid;
	border-color: #8f8f8f #e2e2e2 #e2e2e2 #8f8f8f;
	font-family: "ProximaNova", sans-serif, "Microsoft YaHei" !important;
	margin-bottom: 2px;
	border-radius: 0.3rem;
}

select {
	font-family: "ProximaNova", sans-serif, "Microsoft YaHei" !important;
	width: 700px;
	color: #333333;
	margin-bottom: 10px;
	border-radius: 0.3rem;
	height: 30px;
}

#capimg {
	margin-top: 20px;
}

#box3.large {
	width: 721px;
	margin-top: 20px;
	padding: 15px;
}

.inputOff {
	font-style: italic;
	color: #999;
}

.inputOn {
	font-style: normal;
	color: #000;
}

#extras {
	padding: 10px 0 0 25px;
}

#extras p {
	margin-top: 8px;
	margin-bottom: 0;
}

#extras a {
	text-decoration: none;
	color: #FFFFFF;
}

#extras a:hover {
	text-decoration: underline;
}

.centered {
	text-align: center;
}

#buttons input {
	display: inline-block;
	margin: 10px 0;
	width: 85px;
	color: #333333;
	padding: 0;
	font-size: 11px;
	height: 30px;
	border: 0;
	border-radius: 0.5rem;
	float: left;
}

#buttons input:first-child {
	float: right;
	margin-right: 18px;
}

#error {
	clear: both;
	margin-top: 12px;
	background: #FFD8CE url("../img/error32.png") 3px 3px no-repeat;
	border: 1px solid #FFBDAB;
	border-radius: 5px;
	padding: 0 3px 0 38px;
}

#error li {
	font-family: "ProximaNova", sans-serif, "Microsoft YaHei" !important;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#footer {
	clear: both;
	height: 33px;
	margin-top: 12px;
}

#footer .lft {
	float: left;
	height: 33px;
	width: 10px;
}

#footer .mid {
	float: left;
	height: 33px;
	width: 773px;
}

#footer .rgt {
	float: right;
	clear: none;
	height: 33px;
	width: 10px;
}

#footer a {
	padding-left: 7px;
	text-decoration: none;
	color: #006699;
	margin-top: 10px;
	float: left;
}

#footer a:hover {
	top: 9px;
	text-decoration: none;
	color: #000000;
}

.copyr {
	float: right;
	margin-top: 10px;
}