﻿#LoginDiv
{
	position: absolute; 
	top:50%;left:0px;width: 100%;  
	height: 1px;  
	 overflow: visible; 
}

#LoginPanel
{
	width: 500px;  
	height: 300px;  
	top:-150px;
	left: 50%; 
	margin-left: -250px;
	text-align:center;
	position:absolute;
}

#LoginInner
{
	position: absolute; 
	top:15px;left:0px;width: 500px;  
	height: 1px;  
	 overflow: visible; 
}

#Login
{
	margin-left: 20px;
}

.copyright
{
	color:#000;
	letter-spacing:1px;
	text-align:center;
	font-size:11px;
	width: 100%;
	padding-top:10px;
}

.Loginbody
{
	margin: 0px 0px 0px 0px;
	text-align: center;
    font-size:12px;
    background: transparent url(images/nature.jpg) no-repeat; background-position: center top; background-attachment: fixed;
    background-size:100% 100%;
	}

.LoginTextbox
{
	width: 120px;
	height: 15px;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin: 0px 3px 2px 0px;
}

.LoginDefault
{
	font-family: Verdana, Arial;
	vertical-align: middle;
	color: #000000;
}

.LoginButton
{
	width: 125px;
	height: 20px;
	font-weight: bold;
	margin: -4px 15px -1px 0;
	border-right: #104a7b 1px solid;
	border-bottom: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
	background-image: url(images/buttonBG.gif);
	text-align:center;
}

.LoginButton:hover
{
	color:#000000;
}

.LoginTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	padding-right: 10px;
	text-align: right;
}

.LoginBG
{
	background-image:url(../Images/Login/login_bg.jpg);
	background-repeat:repeat-x;
}

.invisibleButton
{
	visibility :hidden;		
}