body {
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif !important;
	font-size: 11px;
	background: url("../img/login-bg.png") repeat-x scroll 0 0 #ADADAD;
}

#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: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif !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: 0 -20px #0b3a5a;
	width: 753px;
	min-height: 200px;
	margin-top: 7px;
	overflow: hidden;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

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

#box3 {
	float: right;
	width: 300px;
	border: 1px #668ea9 solid;
	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;
	margin-bottom: 0px;
	position: relative;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
	vertical-align: top;
}

input {
	padding: 3px;
	background-color: #fff !important;
	width: 275px;
	height: 18px;
	border: 1px solid;
	border-color: #8f8f8f #e2e2e2 #e2e2e2 #8f8f8f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif !important;
	margin-bottom: 2px;
}

select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif !important;
	width: 700px;
	color: #333333;
	margin-bottom: 10px;
}

#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: auto;
	width: 85px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background: url('../img/button-mid.png') transparent repeat-x;
	color: #333333;
	padding: 0;
	font-size: 11px;
	height: 20px;
	border: 0;
	border-radius: 7px;
}

#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: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
}

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

#footer .lft {
	float: left;
	background: url('../img/sprite.png') 0px -21px transparent no-repeat;
	height: 33px;
	width: 10px;
}

#footer .mid {
	background: url('../img/footerMidBG.png') transparent repeat-x;
	float: left;
	height: 33px;
	width: 773px;
}

#footer .rgt {
	background: url('../img/sprite.png') -11px -21px transparent no-repeat;
	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;
}