/* LOGIN FORM */

body.loginPage {
	background: url(/data-bin/images/login_bg.png) repeat-x;
	font-family: Garamond, serif;
}

#logBox {
	width: 390px;
	margin: 0 auto;
	position: relative;
}

#login h1 {
	padding: 70px 0 0 0;
	text-align: center;
}

#login h1 a {
	text-decoration: none;
	color: #000;
	font-size: 42px;
}

#loginForm {
	width: 353px;
	height: 241px;
	padding: 120px 0 20px 37px;
	background: url(/data-bin/images/login_panel.png) no-repeat;
	margin: 0 auto;
	z-index: 20;
	position: relative;
}

#loginForm label {
	display: none;
}

#loginForm input {
	width: 306px;
	height: 24px;
	margin: 50px 0 0 0;
	padding: 4px 4px 0 4px;
	border: 1px solid #172c41;
	background: url(/data-bin/images/login_input.png) no-repeat;
	font-family: Georgia, serif;
	font-size:  18px;
}

#loginForm input.submit {
	width: 75px;
	height: 37px;
	margin: 24px 0 0 118px;
	padding: 0;
	border: none;
	background: url(/data-bin/images/login_button.png) no-repeat;
	cursor: pointer;
}

#loginForm input.submit:hover {
	background: url(/data-bin/images/login_button.png) 0 -37px no-repeat;
}

/* MESSAGE BOX */

#message {
	width: 338px;
	height: 46px;
	background: url(/data-bin/images/login_fail.png) no-repeat;
	margin: -20px auto 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	color: #3b341e;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	z-index: 10;
}

#message.closed {
	margin-top: -71px;
}

/* FORGOT TEXT */

p.forgot {
	width: 390px;
	padding: 5px 0 0 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 30;
}

p.forgot a {
	color: #777;
	text-decoration: none;
}

p.forgot a:hover {
	text-decoration: underline;
}

/* FORGOT FORM */

#forgotForm {
	width: 207px;
	height: 356px;
	background: url(/data-bin/images/login_reset_bg.png) no-repeat;
	position: absolute;
	top: 38px;
	left: 304px;
	padding: 0 43px 0 72px;
	z-index: 5;
}

#forgotForm.closed {
	top: 8px;
	left: 34px;
}

#forgotForm h2 {
	color: #3c392c;
	font-size: 22px;
	letter-spacing: -1px;
	padding: 25px 0 20px 0;
}

#forgotForm h2 span {
	color: #a4752a;
}

#forgotForm p {
	color: #645e4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 5px 0;
}

#forgotForm label {
	display: block;
	font-weight: bold;
	color: #3c392c;
	font-size: 24px;
	letter-spacing: -0.5px;
	padding: 0 0 6px 0;
}

#forgotForm input {
	width: 196px;
	height: 22px;
	padding: 0 0 0 0;
	border: 1px solid #acaba8;
	background: url(/data-bin/images/input_bg.png) no-repeat;
	padding: 3px 4px 0 3px;
	font-family: Georgia, serif;
	font-size:  14px;
}

#forgotForm input.submit {
	width: 75px;
	height: 37px;
	background: url(/data-bin/images/reset_button.png) 0 0 no-repeat;
	border: none;
	margin: 25px 0 0 65px;
	cursor: pointer;
}

#forgotForm input.submit:hover {
	background: url(/data-bin/images/reset_button.png) 0 -37px no-repeat;
}

