body
{
	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	min-height:100%;
	
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px;
}

.logo
{
    float: left; position: relative; top: 171px;
}

input, select, textarea
{
	font-size: 14px;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	color: #666;
}
div
{
	display: block;
}
input[type=submit]:hover
{
	cursor: pointer;
}
form
{
	margin: 0px;
	padding: 0px;
}

/* FORMS */
.wrapper
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:left;
	background: #000 url( 'img/ln-bgbtm.jpg' );
}
.wrapperNoBg
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:left;
}

.formCenter
{
	background: url( 'img/ln-bg.jpg' ) transparent repeat-x;
	 height: 100%;
}
.formCenterNoBg
{
	 height: 100%;
}
.formBlock
{
	background: none repeat scroll 0 0 white;
    height: 530px;
	width: 795px;
	position:relative;
	margin: 0px auto;
}
.formBlock table
{
	width: 500px;
}

.LoginControl {height:261px;
left:235px;
position:relative;}

.Login1
{
    top: 310px !important;
}

#body_form1
{
	padding-left: 90px;
	margin-top: 5px;
	background: transparent url( 'img/user.gif' ) top left no-repeat;
}
#body_form1 .userName
{
	width: 250px;
	height: 24px;
	background: transparent url( 'img/textbox.jpg' ) top left no-repeat;
	border: none;
	padding: 5px 0 0 5px;
}
#body_form2
{
	padding-left: 90px;
	margin-top: 20px;
	background: transparent url( 'img/pass.gif' ) top left no-repeat;
}
#body_form2 .password
{
	width: 250px;
	height: 24px;
	background: transparent url( 'img/textbox.jpg' ) top left no-repeat;
	border: none;
	padding: 5px 0 0 5px;
}
#body_form3
{
	margin-left: 85px;
	margin-top: 5px;
	background: transparent url( 'img/remember.gif' ) 15px 0px no-repeat;
}
#button
{
	position: relative;
	width: 288px;
	display: inline-block;
	margin-top: 10px;
}
#button .failure
{
	width: 180px;
	height: 50px;
	padding-left: 10px;
	float: left;
	position: absolute;
	color: Red;
	display: inline-block;
}
#button .login
{
	float: right;
	width: 48px;
	height: 20px;
	background: transparent url( 'img/signup.gif' ) top left no-repeat;
}
#button .sendPassq
{
	float: right;
	margin-top: 25px;
	width: 100px;
	height: 20px;
	background: transparent url( 'img/sendpassq.gif' ) top left no-repeat;
	position: absolute;
	right: 0px;
}

#body_form4
{
    background: url("img/email.gif") no-repeat scroll left top transparent;
    left: -31px;
    margin-top: 20px;
    padding-left: 83px;
    position: relative;
    width: 323px;
}
#body_form4 .emailTXT
{
    background: url("img/textbox.jpg") no-repeat scroll left top transparent;
    border: medium none;
    height: 24px;
    left: 38px;
    padding: 5px 0 0 5px;
    position: relative;
    width: 259px;
}
#button2
{
   display: inline-block;
    left: 0;
    margin-top: 5px;
    position: absolute;
    text-align: right;
    top: 30px;
    width: 288px;
}
#button2 .failure
{
	color: Red;
	font-size: 11px;
	float: right;
	padding-bottom: 10px;
}
#button2 .sendPass
{
    background: url("img/sendpass.gif") no-repeat scroll left top transparent;
    height: 20px;
    width: 97px;
}
#button2 .cancel
{
	width: 48px;
	height: 20px;
	background: transparent url( 'img/cancel.gif' ) top left no-repeat;
}

.copyright
{
	height: 39px;
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	text-align: right;
	font-size:10px;
	padding: 10px 5px 0 0;
}
.copyright a
{
	color: #FFF;
	
}

.EnrollmentLink, .EnrollmentLink a {color: #FFF;}

.formBlockHeader
{
	background: none repeat scroll 0 0 white;
    height: 275px;
	width: 795px;
	position:relative;
	margin: 0px auto;
}
.formBlockContent
{
	background: none repeat scroll 0 0 white;
    height: 695px;
	width: 795px;
	position:relative;
	margin: 0px auto;
	overflow: auto
}

