﻿body 
{
margin: 0px;
padding: 0px;
}
 
html{
        overflow: -moz-scrollbars-vertical;
        overflow-x: hidden;
       }

#mainloginpage1{ width:1024px; margin:0 auto;}

.header2{ margin: 0 auto;   z-index:999;  height:144px;  width:1024px; background:url(../images/header.jpg) no-repeat;}
                     
#content 
{ position:absolute; top:150px; 
float:none !important; 
width:1024px !important; padding-bottom:20px;
}
            
#leftwrap
{
float:left;
clear:left;         
}
#rightwrap
{
height:80px;
float:right;
clear:right;           
}
.header
{
width:100%;
height:144px;
clear:both;
background:url(../images/bodybg.jpg) repeat-x;
}
.headerCustom
{
width:100%;
height:144px;
clear:both;
background:url(../../images/bodybg.jpg) repeat-x;
}
.footer 
{ 
color:#fff;
font-family:Verdana; font-size:9px; font-weight:normal !important;
height:20px;
background:#0251a0;
position:fixed;
bottom:0px;
clear:both;
}
.footer span {margin-top:2px;font-weight: bold;}
            
.line
{
height:3px;
}

 /*Content login page */           
.Errormsg
{
	font-size: small;
	font-weight: bold;
	font-family: Verdana;
	color: #6a0002;
}

.loginBorder
{	
	 background:url(../images/login-bg.jpg) repeat-x;
}

.label
{
 font-family:Arial; font-size:12px; font-weight:normal;
}

.anc{ color:#890000; font-size:12px; font-family:Arial;}
