
.tx-newloginbox-pi1 {  }

body#home div#header { height: 76px; }

div#homeTop 
{
	height: 523px;
	background: url("../gfx/salonportal-bg.jpg") no-repeat 0 0;
}

div#homeBottomBox {
	position: absolute;
	top: 247px;
}

.loginBox 
{
	color: #FFF;
	position: relative;
	width: 370px;
	height: 240px;
	margin-left: 20px;
	background: url("../gfx/bg-login-box.gif") 0 0 repeat-x;
}

.loginBoxText
{
	width: 340px;
	position: absolute;
	left: 15px;
	top: 150px;
	border-top: 1px dotted #FFF;
	padding-top: 10px;
}

.loginBoxText  h1 , .sendMyPassword h1, .loginBoxForm  h1
{
	font-size: 18px;
	color: #FFF;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

.loginBoxText  p { margin: 0; }

.loginBoxForm 
{
	position: absolute;
	left: 15px;
	width: 355px;
	top: 10px;
}

.loginBoxForm label 
{
	display: block;
	width: 105px;
	float: left;
}

.loginBoxForm input 
{
	height: 15px;
	margin: 0 0 4px 0;
	width: 224px;
}

.loginBoxForm .buttonSmallLogin
{
	position: absolute;
	top: 93px;
	left: 250px;
	width: 85px;
	height: 23px;
}

.loginForgotPassword
{
	position: absolute;
	left: 15px;
	width: 270px;
	top: 105px;
}

.loginForgotPassword a , .sendMyPassword a
{
	color: #fff;
}

.sendMyPassword
{
	position: absolute;
	width: 350px;
	left: 15px;
	top: 10px;
}

