body
{
	background: #0b3d62 url(../Img/login-body-bg.jpg) no-repeat;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:tahoma, arial, verdana;
	font-size:100%;
}
html
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
#Login
{
/*width:390px;*/
width:250px;
/*height:160px;*/
position:absolute;
/*top:40%;*/
top:30%;
}
#Login label
{
width:160px;
padding:8px 0px;
color:White;
display:block;
margin:10px 0px 0px 0px;
/*float:left;*/
}

#Login div
{
width:250px;
background:white;
height:35px;
border:1px solid black;
}
#Login input
{
/*width:210px;
height:22px;*/
/*padding:5px 5px 7px 5px;
border:1px solid black;
margin:10px 0px 0px 0px;*/
width:232px;
margin:5px 8px 5px 8px;
border:0px;
/*font-weight:bold;*/
font-size:110%;
line-height:1em;
/*float:right;*/
}
#Login input.loginbutton
{
width:137px;
height:39px;
cursor:pointer;
border:0px;
margin:0px;
padding:0px;
float:right;
color:white;
}
#loginFooter
{
position:absolute;
bottom:0px;
left:0px;
background: url(../Img/login-body-footer-bg.jpg) left top no-repeat;
width:100%;
height:150px;
text-align:center;
color:White;
font-size:80%;
}
#loginFooter img
{
margin:15px 0px;
}
#loginFooter a:link,
#loginFooter a:visited,
#loginFooter a:hover
{
color:#00b5fe;
text-decoration:underline;
}
#loginFooter a:hover
{
text-decoration:none;
}

#browserInfo
{
width:700px;
position:absolute;
top:70px;
color:White;
background:url(../Img/browserInfo-bg.png) left 5px no-repeat;
line-height:1.4em;
display:none;
}
#browserInfo #in_browserInfo
{
padding:0px 0px 0px 65px;
}
#browserInfo #in_browserInfo a:link,
#browserInfo #in_browserInfo a:visited,
#browserInfo #in_browserInfo a:hover
{
color:#01B5FE;
text-decoration:underline;
padding:2px 19px 2px 0px;
background: url(../img/new-window.gif) right 7px no-repeat;
}
#browserInfo #in_browserInfo a:hover
{
text-decoration:none;
}
