#container{
   width: 930px;
   margin: 0 auto;
}

#loginTable{
   background: white;
   font-family: Helvetica;
   font-size: 10pt;
   font-weight: bold;
}

#tableContainer{
   margin-top:50px;
}

#tableContainer table{
   margin:0 auto;
}

.button {
	background: url("../images/btn.gif") no-repeat;
    color: white;
    border: 0px;
	padding:0px;
	width:80px;
	float:left;
    font-weight: bold;
	margin-left:40px;
	height:20px;
}

#submit{
    margin-left:180px;
}

#errorMessage{
    text-align:center;
	margin: 20px 0px;
	color:red;
	font-weight:bold;
}

#reminder{
    font-family: arial, sans-serif, verdana, geneva, helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #4C4C4C;
}

#copyright span{
   color: white;
   font-size: 9px;
}

#copyright{
   background-color: gray;
   padding-left: 10px;
   padding-top: 3px;
   padding-bottom: 3px;
}
.tableHeader{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  color: white;
  text-indent: 5px;
  line-height: 20px;
  height: 21px;
  background-color: #004C8A;
}

#loading{
  margin:20px 0px;
  height:30px;
  text-align:center;
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;	
}

#header{
   height:100px;
   background-repeat:no-repeat;
   width:930px;
   margin:0 auto;
}