body {
	height: 1000px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #E2E7EB;
	background-image: url(../images/backgrad.jpg);
	background-position:center top;
	background-repeat: repeat-x;
}
.content {
	border: 1px solid #C1C1C1;
	width: 1000px;
	height: auto;
	margin-top: 50px;
	background-color: #EEF3F6;
}
.header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 998px;
  height: 125px;
  overflow: hidden;
}


.headerimg
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 998px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/header.png);
}
#login {
	font-family: Arial, Helvetica, sans-serif;
}

.logincontent {
	height: 300px;
	width: 1000px;
}
.contitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 25px;
	text-align: center;
}
.loginboxs {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius:10px;
	height: 200px;
	margin: auto;
}
.loginimg {
	float: left;
	height: 200px;
	position: relative;
	margin-left: 20px;
}
.bodylogin {
	float: right;
	width: 220px;
	height: 200px;
}
.userpass {
	width: 180px;
	margin-left: 10px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin-left: 80px;
	margin-top: 20px;
}
.footer {
	background-image: url(../images/footerb.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 1000px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	padding: 10px;
}
.ptext {
	font-family: Arial, Helvetica, sans-serif;
}
