﻿body
{
	background-color:#FFF;
	margin:0;
	width:100%;
}
.LoginHeader
{
	float: left;
	font-weight: bold;
	height: 35px;
	width: 395px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-family: Georgia;
	background-color:#44454A;
	border-bottom: solid 1px #A4DC39;
	padding: 5px 0px 0px 5px;
}
.LoginMain
{
	height: 150px;
	width: 400px;
	float: left;
	background-color:#505559;
	text-align: center;
}
.LoginLeft
{
	float: left;
	height: 25px;
	width: 115px;
	color: #fff;
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	padding-top: 2px;
	font-weight: bold;
}
.LoginRight
{
	float: left;
	height: 25px;
	width: 230px;
	text-align: left;
	padding-top: 2px;
}
.InputTebox
{
	height: 15px;
	width: 170px;
	border: solid 1px #000;
	background-color:#666D75;
	color:#fff;
	padding-left:2px;
}
.Inputddl
{
	height: 21px;
	width: 175px;
	border: solid 1px #000;
	background-color:#666D75;
	color:#fff;
	padding-left:2px;
}
.LoginButton
{
	height: 25px;
	width: 100px;
	background-color: #A4DC39;
	border: solid 1px #A4DC39;
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;  
	
}

div.footer1
{
	width: 100%;
	height: 40px;
	background:#807B7B;
	float: left;
	
	font-family: Arial;
	font-size: 10px;
	bottom:0;
	position:absolute;
	font-weight:bold;
	color:Black;
	border-top:solid 2px #9DBE43;
	border-bottom:solid 2px #9DBE43;
}
