body.index {
	background-image: url( /img/body-index.jpg );
	background-repeat: repeat-x;
	background-position: center 100px;
}

body.index > div#login {
	display: block;
	width: 920px;
	height: 700px;
	margin:50px auto;
	background-image: url( /img/div-login.png );
	background-repeat: no-repeat;
	background-position: right 0;
}

body.index > div#login a {
	color: #ff6800;
}

body.index > div#login > div#login-left {
	display: block;
	width: 380px;
	float: left;
	color: #ff6800;
	font-size: 1em;
	background-image: url( /img/div-login-left.png );
	background-repeat: no-repeat;
	background-position: right center;
}

 .error {
 	padding: 5px 8px;
	border: 1px solid #000;
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	background-color: #ff6800;
}	

body.index > div#login > div#login-left > form > fieldset {
	border: none;
	padding: 0 0;
}

body.index > div#login h1 {
	color: #ff6800;
	font-size: 1.3em;
}

body.index > div#login h2 {
	color: #ff6800;
	font-size: 1em;
}

body.index > div#login > div#login-left > form > fieldset > label {
	display: block;
	width: 330px;
	margin: 20px 0 10px 0;
}

body.index > div#login > div#login-left > form > fieldset > input {
	width: 330px;
	height: 30px;
	background-color: #f2f2f2;
	border: 1px solid #ff6800;
	color: #333;
	font-size: 1.2em;
}

body.index > div#login > div#login-left > form > fieldset > button#login-button {
	width: 334px;
	height: 45px;
	margin: 30px 0 0 0;
	background-image: url( /img/button-login.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

body.index > div#login > div#login-right {
	display: block;
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: .9em;
}

body.index > div#login > div#login-right > h1 {
	font-size: 1.5em;
	margin: 0 0 20px 0;
}

body.index > div#login > div#login-right > p > a {
	display: block;
	margin: 40px 22px 0 0;
	font-size: 1.2em;
}

body.index > div#login > div#forgot {
	clear: left;
	display: block;
	width: 334px;
	margin: 50px 0 0 0;
	float: left;
	color: #fff;
	font-size: .8em;
}

body.index > div#login > div#forgot > h2 {
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

body.index > div#login > div#registration {	
	display: none;
	height: 200px;
}

body.index > div#login > div#registration label {
	display: block;
	width: 330px;
	margin: 20px 0 10px 0;
	color: #fff;
}

body.index > div#login > div#registration input {
	width: 330px;
	height: 20px;
	background-color: #f2f2f2;
	border: 1px solid #ff6800;
	color: #333;
	font-size: 1.2em;
}

body.index > div#login-fail {
	display: none;
	width: 490px;
}
body.index > div#login-fail > div {
	display: block;
	width: 390px;
	background-image: url( /img/div-login-fail.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 50px 50px;
	color: white;
}

body.index > div#login-fail > a.overlay-close {
	display: block;
	width: 490px;
	height: 50px;
	background-image: url( /img/div-login-fail.png );
	background-repeat: no-repeat;
	background-position: 0 bottom;
	cursor: pointer;
}

body.index > div#forgot-password {
	display: none;
	width: 490px;
}

body.index > div#forgot-password > form > div#forgot-password-top {
	display: block;
	width: 390px;
	background-image: url( /img/div-forgot-password.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 50px 50px;
}

body.index > div#forgot-password > form > div#forgot-password-top > h3 {
	font-size: 1.4em;
	color: white;
	margin: 0 0 8px 0;
}

body.index > div#forgot-password > form > div#forgot-password-top > p {
	text-align: justify;
	font-size: .9em;
	color: #000;
	margin: 0 0 20px 0;
}

body.index > div#forgot-password > form > div#forgot-password-top > input#email-address {
	width: 390px;
	height: 32px;
	background-color: #f2f2f2;
	font-size: 1.2em;
	color: #333;
	border: 1px solid #333;

}

body.index > div#forgot-password > form > div#forgot-password-bottom {
	display: block;
	padding: 20px 0 18px 245px;
	background-image: url( /img/div-forgot-password.png );
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

body.index > div#forgot-password > form > div#forgot-password-bottom > a.overlay-close {
	display: block;
	width: 92px;
	height: 27px;
	background-image: url( /img/a-cancel.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin: 0 45px 0 0;
	cursor: pointer;
}




