@charset "UTF-8";
body {
	background-image: url(/images/login-bg.jpg);
	background-repeat: repeat-x;
	background-color: #BCBCBC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#logo {
	display: block;
	height: 240px;
}
#logo span {
	display: none;
}
#wrapper {
	background-image: url(/images/login-form.jpg);
	background-repeat: no-repeat;
	height: 536px;
	width: 577px;
	margin-right: auto;
	margin-left: auto;
}

#form {
	background-image: url(/images/login-btm.gif);
	background-position: bottom;
	display: block;
	width: 363px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 98px;
	padding-top: 5px;
}
.frmfield {
	background: transparent
	url(/images/lfield.gif);
	display: block;
	height: 19px;
	width: 202px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #7F7F7F;
	padding-top: 3px;
	padding-left: 7px;
	font-weight: normal;
}
.orange {
	font-size: 15px;
	font-weight: bold;
	color: #df6018;
	padding-top: 3px;
	display: block;
	text-align: right;
}
#button {
	margin-top: 15px;
	margin-bottom: 25px;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #292929;
	text-decoration: underline;
}
