body
{
	margin: 0px;
	padding: 0px;
	background-color: #c8c8c8;
	font-family: Arial
}

h1
{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 36px;
	text-shadow: #444444 2px 2px 1px;
}

center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.left
{
  text-align: left;
}

a
{
	color: #7ac0ef;
}

input
{
  padding-left: 4px;
}

#bground
{
	background-image:url('../images/login/bg.jpg');
	background-repeat: repeat-x;
	position: absolute;                   
	top: 50%;
	margin-top: -200px;
	text-align: center;
	width: 100%;
	height: 400px;
}

#bcenter
{
	background-image:url('../images/login/center.jpg');
	background-repeat: no-repeat;
  width: 1000px;
  height: 400px;
  padding-top: 30px;;
  margin: auto;
}

#box
{
	background-image:url('../images/login/bbox.png');
	background-repeat: no-repeat;
	position: absolute;
  width: 274px;
  height: 163px;
  top: 116px;
	margin-left: 362px;
}

#boxform
{
	width: 228px;
	position: absolute;
  top: 20px;
	margin-left: 30px;
  text-align: left;
  color: #7ac0ef;
}

div#label
{
  color: #7ac0ef;
  margin-right: 95px;
  margin-bottom: 20px;
  font-size: 17px;
}
#boxform th
{
	color: #7ac0ef;
	font-weight: normal;
	text-align: right;
}

.textform
{
	height: 21px;
	width: 160px;
	border: 1px solid #7ac0ef;
}

.send
{
	text-align: right;
}

.small
{
	font-size: 10px;
	text-align: left;
}

.white
{
	color: white;
}

#forgot
{
	margin-left: 23px;
}

.submitbutton
{
  background: url("../images/button.png") top left no-repeat;
  color: #323232;
  width: 103px;
  height: 26px;
  border : 0; 
  text-align: center;
  margin-top: 6px;;
}

ul.error 
{
  list-style-type: none;
}

ul.error li 
{
  border-radius: 20px;
  padding: 10px;
  margin-top: 70px;
  margin-left: 600px;
  width: 250px;
  border: 1px solid #7ac0ef;
  background: #ffffff;
  color: #ff0000;
  font-size: 12px;
}






