﻿body 
{
	margin:0px;
	padding:0px;
	background-color:#2D353C;
}
input
{
	BORDER-LEFT-STYLE: none;
	BORDER-RIGHT-STYLE: none; 
	BORDER-TOP-STYLE: none;
	border-bottom-style:none;
	border:0px;
	font-size:20px;
	height:24px;
	background: transparent;outline:medium;
}
.Login
{
	margin:auto;
	width:600px;
	height:472px;
	background-image:url("loginbg.png");
	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:140px;
	top:110px;
	width:370px;
}
.password
{
	left:140px;
	top:179px;
	width:370px;
}
.validcode
{
	left:140px;
	top:247px;
	width:185px;
}
.img
{
	left:424px;
	top:247px;
}
.errormsg
{
	left:80px;
	top:375px;
	color:Red;
	font-weight:bolder;
	width:200px;
}
.submit
{
	left:70px;
	top:315px;
	width:465px;
	height:44px;
	line-height: 44px;
	font-size:20px;
	color:#ffffff;
	border-radius: 5px;
	background: #8fb0d1;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	/*background-image:url("submit.png");*/
}
.reset
{
	visibility:hidden;
}