#signin
{
    background-image: url('/images/signin.jpg');
    background-repeat: no-repeat;
    width:314px;
    height:276px;
}
#signin2
{
    text-align: left;
    margin-left:25px;
}

#lclUsername
{
	position:absolute;
	left:27px;
	top:50px;
	font-size:12px;
}

#lclInpUsername
{
	position:absolute;
	left:35px;
	top:77px;
	width:240px;
	background-color: transparent !important;
	border:0px;
}

#lclPassword
{
	position:absolute;
	left:27px;
	top:108px;
	font-size:12px;
}

#lclInpPassword
{
	position:absolute;
	left:35px;
	top:135px;
	width:240px;
 	background-color: transparent !important;
	border:0px;
}

#lclRemember
{
	position:absolute;
	left:26px;
	top:170px;
	font-size:12px;
}

#lclForgot
{
	position:absolute;
	left:27px;
	top:197px;
	font-size:12px;
}

#lclForgot a,
#lclForgot a:link
{
	font-size:11px;
}

#lclButton
{
	background-image: url('./images/boundaries/login_over.png');
	position:absolute;
	left:27px;
	top:222px;
}

#SignUp
{
	position:relative;
	background-image: url('/images/join.jpg');
	width:310px;
	height:141px;
}

#SignUp a,
#SignUp a:link
{
	position:absolute;
	top:56px;
	left:43px;
	background-image: url('/images/join_button.jpg');
	width:225px;
	height:39px;
}

#SignUp a:hover
{
	background-image: none;
}