﻿body
{
}

#newLogin
{
	margin-left: 15px;
}

#newLogin hr
{
	background-color: #CCAACF;
}

.doubleWeigth
{
	height: 3px;
}
/* enter user name box */
#enterUserNameBox
{
	background-color: #EFDEF1;
	height: 104px;
	width: 600px;
}

#enterUserNameBoxLeft
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('Images/enterUsernameBoxLeft.png' );
	background-repeat: no-repeat;
	height: 104px;
	width: 22px;
	float: left;
}

#enterUserNameBoxRight
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('Images/enterUsernameBoxRight.png' );
	background-repeat: no-repeat;
	height: 104px;
	width: 12px;
	float: right;
}

#enterUserName
{
	position:relative;
	top:13px;
	left:15px;
	float:left;
	text-align:left;
}

#enterPassword
{
	position:relative;
	top:53px;
	left:-212px;
	float:left;
	text-align:left;
}

.enterLoginInputBox
{
	width:200px;
}


/* create user link */

#leftBoxCreateUserLink
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('Images/createUserLinkLeft.png' );
	background-repeat: no-repeat;
	height: 61px;
	width: 48px;
	float: left;
}

#rightBoxCreateUserLink
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('Images/createUserLinkRight.png' );
	background-repeat: no-repeat;
	height: 61px;
	width: 25px;
	float: right;
}



#createUserLinkBox
{
	background-color: #EFDEF1;
	height: 61px;
	width: 600px;
}

#createUserLinkBox a
{
	float: left;
	position: relative;
	top: 32px;
	left: 28px;
	padding-left: 20px;
	background-image: url('Images/bggreysquare.png' );
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

#createUserLinkBox a:hover
{
	float: left;
	position: relative;
	color:White;
	top: 32px;
	left: 28px;
	padding-left: 20px;
	background-image: url('Images/bgwhitesquare.png' );
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

.recoverPasswordQuestion
{
	float: left;
	position: relative;
	color:White;
	top: 0px;
	left: 10px;
	 padding-left:20px;
	background-image: url('Images/questionMark.png' );
	background-repeat: no-repeat;
	background-position: 2px 4px;	
}

.recoverPasswordQuestion:hover
{
	color:#EFDEF1;	
}

.questionReg
{
	position: relative;
	top: 5px;
	left: -310px;
	color: #9B5BA5;
}

.loginHeader
{
	padding-left: 20px;
	background-image: url('Images/bgpinksquare.png' );
	background-repeat: no-repeat;
	background-position: 2px 4px;
	color: #9B5BA5;
}

.createUserLink:link
{
	color: #737E82;
}

#loginViewTable
{
	height: 80px;
}

.loginContent
{
	padding-top: 10px;
	font-size: medium;
}
#FailureText
{
	color: Red;
	font-weight: bold;
}

.titleBanner
{
	background-color: #8E5197;
	margin-left: auto;
	margin-right: auto;
	color: WhiteSmoke;
	text-align: center;
	font-size: medium;
}





.longInputBox
{
	width: 300px;
}

.succesScreen
{
	height: 500px;
	padding: 130px 0px 0 180px;
	margin: auto;
	font-size: medium;
}

.forgottenScreen
{
	height: 560px;
	padding: 20px 0px 0 100px;
	margin: auto;
	font-size: medium;
}

.FailureText
{
	color: Red;
}

