﻿/*
User who last changed the file $Author: Shraddha.gupta $ 
Current Version $Revision: 1 $
Date and time of last checkin $Date: 11/28/13 11:05a $ 
*/

body 
{
margin: 0px;
padding: 0px;
}
                        
#content 
{
background-color:White;
float: left;
width: 100%;
          
}
            
#leftwrap
{
height:80px;
float:left;
clear:left;
          
}
#rightwrap
{
height:80px;
float:right;
clear:right;
           
}
.header
{
width:100%;
height:80px;
clear:both;
background-color:#6a0002;
}
.footer 
{
width:100%;
font-family:Arial;
font-size:11px;
height:25px;
background: #6a0002;
color:#ffffff;
position:absolute;
bottom:0px;
clear:both;

}
            
.line
{
background-color :#CC3300;
height:3px;
}



 /*Content login page */           
.Errormsg
{
	font-size: small;
	font-weight: bold;
	font-family: Verdana;
	color: #6a0002;
}

.loginBorder
{
	
	border-color: #FF4500;
	border-width:1px;
	border-style:solid;
	
}

.label
{
	font-weight: bold;
	font-style: italic;
}

