﻿body 
{
	margin:0px;
	padding:0px;
	background-color:#F5F5F5;
}
input
{
	BORDER-LEFT-STYLE: none;
	BORDER-RIGHT-STYLE: none; 
	BORDER-TOP-STYLE: none;
	border-bottom-style:none;
	border:0px;
	font-size:20px;
	height:24px;
}
.Login
{
	margin:auto;
	width:400px;
	height:250px;
	background-image:url("loginbg.jpg");
	position:absolute;
	left:50%;
	top:40%;
	margin: -125px 0px 0px -200px;
}
.Login *
{
	position:absolute;
}
.Login2
{
	margin:auto;
	width:400px;
	height:250px;
	background-image:url("loginbg2.jpg");
	position:absolute;
	left:50%;
	top:40%;
	margin: -125px 0px 0px -200px;
}
.Login2 *
{
	position:absolute;
}
.username
{
	left:135px;
	top:81px;
	width:150px;
}
.password
{
	left:135px;
	top:119px;
	width:150px;
}
.validcode
{
	left:200px;
	top:156px;
	width:85px;
}
.img
{
	left:98px;
	top:156px;
}
.errormsg
{
	left:200px;
	top:200px;
	color:Red;
	font-weight:bolder;
	width:200px;
}
.submit
{
	left:110px;
	top:195px;
	width:80px;
	height:30px;
	background-image:url("submit.png");
}
.reset
{
	visibility:hidden;
}