/* login page css start here*/
*{
margin:0px 0px 0px 0px;
}
.header
{
	background-image:url(../../Images/newbagImage.png);
	height:79px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	background-repeat: repeat;
	z-index:1;
	position:fixed;
	top:0px;
	border-bottom-width:2px;
	border-bottom-color:#FF0000;
}
.footer
{
	background-image:url(../../Images/newbagImage.png);
	height:25px;
	width:100%;
	margin-left:0px;
	background-repeat: repeat;
	z-index:1;
	position:fixed;
	bottom:0px;
	padding:0px;
	border-bottom-width:2px;
	border-bottom-color:#FF0000;
}
.logingiv
{
background-color:#ffffff; 
height:300px;
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:#0D577C;
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;
}

/*a
{
    color:#fff;
}
a:hover{
    color:#FF6600;
}
a.selected,a.selected:hover{
    color:#000000;
}*/