﻿.body_margin
{
	color: #000000;
	font-size: 11px;
	font-family: Lucida Sans, verdana;
	text-align: left;
	margin: 0px;
	background-color: #EBEFEF;
	height: 100%;
	padding-bottom: 0px;
} 
.mainForm
{
    height: 100%;    
    padding-bottom: 0px;
}
.Center_Align
{
	left: 50%;
	margin: 0 0 0 -382px;
	width: 763px;
	height: 100%;
	position: absolute;
	background-image: url("images/PageBG.gif");
	background-position: center;
	background-repeat: repeat-y;
	border-width: 0px;
}
.header_area
{
    margin-bottom: 10px;
    margin-top: 10px;
	max-width:723px;
	margin-left:20px;	
}
/*--Used in Login.Master--*/
.login_title_area
{
    position: relative;
    float:left;
	background-image:url("images/TitleBG-Alt.gif");
    background-repeat:no-repeat;
	width:723px;
    height: 70px;
    margin-left: 20px;
    margin-right: 10px;
}
.login_title_area div.titlebar
{
    width: 550px;
    color: #333333;
    font: Bold 16px Lucida Sans, Verdana;
    margin-top: 15px;
    margin-left: 10px;
    position:relative;
}
.loginContent
{
    position: relative;
    float: left;
    width: 723px;
    top: -20px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.loginFootContent
{
    border-top: 1px solid #CCCCCC;
    background-image: url("images/FooterBG.gif");   
    background-repeat:repeat-x ;    
    position: relative;
    top: -20px;
    width:743px;
    margin-top: 10px;
    margin-bottom:10px;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    min-height: 220px;
    float:left;
}
.footerUpper
{
    position: relative;
    width: 723px;
    overflow: hidden;
    margin-left: 10px;
}
.footer_contact
{
    margin: 10px;
	position:relative;
	float:left;
}
.contactImg
{
    position: relative;
    float: left;
    height:50px;
    width:50px;
    margin-right: 10px;
    background-image: url("images/Icon-Question-Big.gif");
}
.footerLower
{
    position: relative;
    width: 723px;
    margin-left: 10px;
}
.login_footer_copyright
{
	position:relative;
	float: left;
	width: 343px;
    margin-top: 10px;
    margin-left: 190px;
}
/*--Used in the new login page--*/
.loginCustomTextArea
{
	float: left;
	position: relative;
	width: 703px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.loginFormBody
{
	width: 723px;
	float:left;
	position: relative;
	padding-bottom: 15px;
}
.loginFormHeader
{
	font-weight:bold;
	font-size: 12px;
	width: 723px;
	padding-bottom: 3px;
}
.loginFormRow
{
	width: 723px;
	float:left;
	position: relative;
}
.loginFormButtonRow
{
	width: 603px;
	float:left;
	position: relative;
	padding-top: 5px;
	padding-left: 120px;
}
.loginFormRowTitle
{
	padding-top: 6px;
	text-align:right;
	width: 110px;
	position: relative;
	float: left;
}
.loginFormRowControl
{
	padding-left:10px;
	position: relative;
	float: left;
}
/*--New form css--*/
.formErrorMessage
{
    color: #b63225;
    padding-top: 3px;
    padding-bottom: 5px;
    float: left;
    
}
.formErrorMessageIcon
{
    float: left;
    padding-right: 3px;
}
.formErrorMessageText
{
    float: left;
    padding-top: 2px;
}

/*ie9 and firefox version*/
.mainContainer 
{
    margin-top: -12px;
    float: left;
}
.pageContact,
.pageCopyright
{
    clear: both;
    float: left;
}

.ForgotPasswordPanel {
    padding: 20px 0px 10px 0px;
}

.loginContent .ForgotPasswordPanel {
    padding: 0px 120px;
    clear:both;
}