/* login page css start here*/
*{
margin:0px 0px 0px 0px;
}
.header
{
	background-image:url(../images/header_bg.png);
	height:79px;
	width:100%;
	margin-left:0px;
	background-repeat: no-repeat;
	z-index:1;
	position:fixed;
	top:0px;
	border-bottom-width:2px;
	border-bottom-color:#FF0000;
}
.logingiv
{
background-color:#ffffff; 
height:350px;
width:600px; 
margin-top:100px; 
border-style:solid; 
border-color:#666666;
border-width:2px;
border-bottom-left-radius:25px;        
border-bottom-right-radius:25px;
border-top-left-radius:25px;
border-top-right-radius:25px;
}

.logheader
{
background-color:#CCCCCC;
border-bottom-color:#666666;
border-bottom-style:solid;
border-width:2px;
border-top-left-radius:25px;
border-top-right-radius:25px;
height:40px;
width:100%; 
margin-top:0px; 
border-color:#666666;
}
.logbottom
{
background-color:#CCCCCC;
border-top-color:#666666;
border-top-style:solid;
border-width:2px;
border-bottom-left-radius:25px;
border-bottom-right-radius:25px;
height:40px;
width:100%;
margin-top:43px;
border-color:#666666;
position:static;
}

