body {
       /* 2x LC width + RC width */
  padding-top:100px;
  background-color:White;
}

#container 
{
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}


.box {
	border:1px solid black;
	width: 500px;
	background-image: url(../images/eserv-logo-login.jpg);
	background-repeat: repeat-x;
	background-position: top;
	left: -100%;
	top: 30%;
	padding-top:30px;
	text-align: center;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.levelOne {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
}

.levelOne a{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	
}

.button{
	border:1px solid #999999;
	cursor: hand;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px 5px 0px 5px;
	background-color: #ffffff;
	
}

.inputTitle{
	position: relative;
	width: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.inputBox{
	position: relative;
	width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#center {
  width: 50%;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer 
{
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ff0000;
}

.alert {
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

