
#loginBoxHolder
{
	position:		relative;
	visibility:		visible;
	border-style:		solid;
	border-color:		#336799;
	border-width:		8px 0px 8px 0px;
	background-color:	#2f5e92;
	padding:			0px;
	margin:				0px auto;
	width:				100%;
	text-align:			center;
}

#loginBoxHolder2
{
	position:			relative;
	left:				-10px;
	text-align:			center;
	width:				300px;
	border:				0px;
	visibility:			visible;
	border-style:		solid;
	border-color:		#000;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		0px;
	padding-bottom:		2px;
}

#loginBox
{
	position:			relative;
	visibility:			visible;
	border-style:		solid;
	border-color:		#336799;
	border-width:		0px 0px 0px 0px;
	background-color:	#2f5e92;
	padding:			10px;
	margin:				0px auto;
	width:				300px;
	text-align:			left;
}

#loginLogo 
{
	width:				296px;
	height:				88px;
	margin:				0px auto;
	margin-top:			40px;
	margin-bottom:		27px;
	text-align:			center;
	background:url('https://sutpg.s3.amazonaws.com/108/loginlogo.png') no-repeat;}

#loginHolder
{
	position:			relative;
	left:				0px;
	margin:				0px auto;
	text-align:			center;
}

.loginPrompt
{
	font-family:		tahoma;
	font-size:			11px;
	font-weight:		bold;
	margin-bottom:		9px;
	font-size:			12px;
	color:				#c6c6c6;
}

a.loginPrompt
{
	font-family:		tahoma;
	font-size:			11px;
	margin-bottom:		9px;
	font-size:			12px;
	float:				left;
	margin-top:			1px;
	text-decoration:	underline;
}

input.loginText
{
	width:				293px;
	background:			white;
	border:				1px solid #6e94d3;
	height:				32px;
	font-size:			19px;
	margin-bottom:		20px;
	padding-top:		5px;
	padding-left:		3px;
	vertical-align:		top;
}

.loginSubmit
{
	height:				33px;
	width:				65px;
	background:			url(../images/buttons/login.jpg);
	float:				right;
	margin-top:			-10px;
	margin-right:		2px;
	border:				none;
	cursor:				pointer;
}

.loginSend
{
	height:				33px;
	width:				65px;
	background:			url(../images/buttons/login/send_but.jpg);
	float:				right;
	margin-top:			-10px;
	margin-right:		2px;
	border:				none;
	cursor:				pointer;
}

.loginClear
{
	clear:				both;
}

#loginForgottenPasswordForm
{
	visibility:			hidden;
	position:			relative;
	top:				-250px;
	z-index:			15;
	width:				400px;
	height:				300px;
	font-family:		tahoma;
	font-weight:		normal;
	font-size:			11px;
	color:				#000000;
	background-color:	#ffffff;
	border-style:		solid;
	border-width:		1px;
	border-color:		#333333;
	padding:			3px 3px 3px 3px;
	overflow:			auto;
	margin:				0px auto;
}

#loginErrors
{	width:				285px;
	background:			#204063;
	border:				1px solid #6e94d3;
	font-size:			13px;
	font-family:		tahoma;
	color:				#c6c6c6;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		5px;
	padding-right:		5px;
	margin-bottom:		8px;
 }
