﻿body 
{
	/*margin-top: 50px;*/
	/*background-color: #ededed;*/
	background-color:white;
	margin:0;
	/*width: 402px;*/
/*	margin-left: auto;
	margin-right: auto;*/
	
	font-family: Verdana, "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}

#loginContainer {
	width: 402px;
	margin-left: auto;
	margin-right: auto;
}

#loginForm {
	width: 400px;
	border: 1px solid #333333;
	margin-top: 100px;
}
		
#loginFormTop
{
	width: 400px;
	height: 100px; 
	background-color: #282828;
	background-image: url("../Images/header_bg.png");
	background-repeat: repeat-x;
}

#loginFormMiddle
{
	width: 400px;
	height: 205px;	
	background-color: #edefef;
	background-image: url("../Images/middle_bg.png");
	background-repeat: repeat-x;
	background-position:bottom;
}
		
#loginFormMiddleContent
{
	padding-left: 14px;
	padding-top: 25px;
}
		
#loginFormBottom
{
	width: 400px;
	height: 40px; 
	background-color: #282828;
	background-image: url("../Images/footer_bg.png");
	background-repeat: repeat-x;	
}
		
#loginFormCopyright
{
	padding-left: 8px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-right: 0px;			
	color: #cccccc; /*#e5e5e5;*/

	font-size: 9px;
}

		
.formLabelText
{		
	float: left;
	width: 62px;
	height: 27px;
	line-height: 23px;
}
		
.formLabel2Text
{
	float: left;
	width: 62px;
	height: 27px;
	line-height: 27px;
}	
		
.formTextInput
{
	float: left;
	width: 241px;
	height: 18px;
	line-height: 18px; 
	margin-bottom: 5px;
}
		
.loginFormMiddleCell1
{
	float: left;
	height: 82px;
	width: 62px;
}
		
.loginFormMiddleCell2
{
	float: left;
	height: 82px;
	width: 256px;
}
		
.loginFormMiddleCell3
{
	float: left;
	height: 82px;
	width: 53px;					
}
		
.loginFormMiddleMoreContent
{
	float: left;
	width: 300px;
	padding-left: 62px;
}
		
a
{
	text-decoration: none;
	color: #0066ff;
}
		
a:hover
{
	text-decoration: underline;
}
		
.loginFormWindowsUser
{
	padding-top: 12px;  /* this should be 13px just like loginFormStatus but there is an additional 1px of padding above this */
}
		
.loginFormStatus
{
	padding-top: 13px;
	color: #aa0000;
}


.loginFormAddlLabel
{
	margin-top:8px;
	padding:8px;
	font-family: Verdana, "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	z-index:9999;			
	position:absolute; 
	background-color: #edefef;
	border:#cccccc ridge 3px;
		
}



.forgotPassword
{
    padding-top: 5px;
}

.rememberMe
{
    padding:5px 0px 0px 0px;     
}

.cbRememberMe label
{    
    position: relative;
    top: -2px; 
}

input.text, textarea 
{ 
-ms-box-sizing:border-box; 
-moz-box-sizing:border-box; 
box-sizing:border-box; 
-webkit-box-sizing:border-box; 
} 

