﻿/* settings for the logform ( the panel that pops up for people to signin) */
#loginBox
{
	color:#FFFFFF;
	text-align:left;
	background-image:url("../../img/logonscreen.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#000000;
    border:solid 2px White;
    padding:5px 10px 5px 10px;
}
#loginBox2
{
	color:#FFFFFF;
	text-align:left;
	background-image:url("../../img/logonscreen.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000000;
	width:400px;
	height:300px;
    border:solid 2px #666666;
    padding:5px 10px 5px 10px;
    margin:auto;
	}
#loginBox3
{
	color:#FFFFFF;
	text-align:left;
	background-image:url("../../img/logonscreen.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#000000;
	width:400px;
	height:220px;
    border:solid 2px #666666;
    padding:5px 10px 5px 10px;
    margin:auto;
	}
/* settings for the screenout which is what greys out the rest of the screen*/
#screenOut
{
	z-index:10;
	background-color:#0F0F0F;
	width:100%;
	height:100%;
	position:absolute;
    margin:auto;
	top:0px;
	left:0px;
	
}
/* the is settings for the close form that closes the login screen*/
#closeForm
{
	position:absolute;
	left:370px;
	top:6px;
	background-image:url("../../img/closeForm.gif");	
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
/* settings for the close flash which closes of the flash box open*/
#closeFlash
{
	position:absolute;
	left:375px;
	top:600px;
	z-index:8888;
}
.userSignUp
{
 text-align:center;   
}

/* The settings for the tickbox on the login redirect page*/
.rememberMe2
{
	width:150px;
	height:15px;
}
/* The settings for the login button on the login redirect page*/
.logBut2
{
	width:70px;
	height:auto;
}
.logBut3
{
	width:150px;
	height:auto;
}
/* The settings for the error messages on the login redirect page*/
.errorMsg
{
	width:auto;
	height:auto;
	color:Red;
    text-align:center;
	display:block;
}
/* The settings for the username text on the login form*/
#loginText
{
 display:block;
 text-align:left;
 width:220px; 
 border:0;
 margin:0;
 padding:0px 0px 0px 140px;
}

.userName
{
    width:auto;
    margin:8px auto 8px auto;
}
.forgotPass,.forgotPass a,forgotPass a:hover
{
    width:auto;
    color:Red;
    text-align:center;
    margin:8px auto 8px auto;
}
.uName,.pWord
{
    border:solid 2px #CCCCCC;
    color:Black; 
    width:200px;
    height:20px;
    text-align:left;
}
.rememberMe,.logBut
{
  margin:2px auto 0px auto;
  height:25px;
  width:120px; 
  text-align:center;
}
.signImage
{
    display:block; 
    margin:30px auto auto 100px;
}