/* LOGIN PAGE */
BODY {
	background-image: none;
}
.loginBody {
	background-color: #ebebeb;
}

#loginHolderBox {
	position: relative;
	width: 610px;
	height: 458px;
	background: url('../images/login-box.png') no-repeat;
}
.loginInputHolder {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 240px;
	height: 26px;
	background: url('../images/login-input-bg.png') no-repeat;
}
.loginInputHolder INPUT {
	border-style: none;
	background: Transparent;
	color: #4b4b49;
	width: 230px;
	margin: 2px 0 0 4px;
}
#boxLogin {
	position: absolute;
	top: 190px;
	left: 128px;
}
#boxPassword {
	position: absolute;
	top: 240px;
	left: 128px;
}
.loginFieldHolder {
	width: 352px;
	height: 41px;
	color: White;
	font-size: 14px;
	cursor: pointer;
}
.loginFieldHolder:hover, .loginFieldHolderHover {
	width: 352px;
	height: 41px;
	background: url('../images/login-focus-box.png') no-repeat;
	color: #4b4b49;
	font-size: 14px;
}
.loginFieldHolder SPAN, .loginFieldHolderHover SPAN {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	font: 14px Arial;
}

#submitLogin {
	background: Transparent url('../images/login-submit-button.png') no-repeat;
	position: absolute;
	top: 320px;
	right: 155px;
	border-style: none;
	width: 105px;
	height: 43px;
	cursor: pointer;
	color: White;
	font: 14px Arial;
	font-weight: bold;
}
#submitLogin:hover {
	background: Transparent url('../images/login-submit-button-hover.png') no-repeat;
	position: absolute;
	top: 320px;
	right: 155px;
	border-style: none;
	width: 105px;
	height: 42px;
	cursor: pointer;
	color: White;
	font: 14px Arial;
	font-weight: bold;
}
#loginWrapper {
	width: 610px;
	margin: 50px auto;
}
#loginError {
	position: absolute;
	color: yellow;
	font: 14px Arial;
	top: 285px;
	left: 130px;
	background: url('../images/16-error.png') no-repeat 5px 5px;
	height: 25px;
	padding: 5px 5px 5px 25px;
}
#loginErrorBrind {
	position: absolute;
	color: yellow;
	font: 14px Arial;
	top: 285px;
	left: 130px;
	background: url('../images/16-error.png') no-repeat 5px 5px;
	height: 25px;
	padding: 5px 5px 5px 25px;
}
#loginReg {
	position: absolute;
	color: white;
	top: 335px;
	left: 138px;
}

#regHolderBox {
	position: relative;
	width: 610px;
	height: 900px;
	background: url('../images/registration-box.png') no-repeat;
}


#ie6 {
	width: 400px;
	height: 150px;
	margin: 50px auto;
	border: solid 5px White;
	background: #465761;
	color: White;
	font: bold 24px Tahoma;
	text-align: center;
	padding: 50px 10px 10px 10px;
}