#contents {
  width: 100%;
  padding: 0;
  margin: 0;
}

#contents h1 {
  margin-bottom: 5px;
}

.introText {
  padding: 10px;
  border: 1px solid #BBD2F2;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

.introText h1 {
  position: relative;
  left: 3px;
  top: -1px;
}

.introText p {
  margin-left: 25px;
}

.introText a {
  color: #000066;
}

.box {
  background-color: #F5F5F5;
  border: 1px solid #D4D4D4;
}

#registerMessage {
  width: 390px;
}

#userInformation {
  width: 390px;
}

#note {
  margin-bottom: 10px;
}

.form .input {
  width: 140px;
}
#txFile {width:200px;}
.form .input-label{
  width: 165px;
  *width: 163px;
  border: 1px solid #D4D4D4;
  height: 18px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;  
  padding-left:3px;
}

.form .label {
  text-align: right;
  vertical-align: top;
  width: 175px;
  float:left;
}

.formTable tr td a {
  font-weight: bold;
  text-decoration: underline;
  color: #000066;
}
.formTable tr td a:hover {
  background-color: #CC0000;
  color: #FFFFFF;
}

.b {
  font-weight: bold;
}

#txAddress {
  height: 60px;
}

.formTable tr td {
  padding: 2px;
  vertical-align: top;
}

.formTable tr td a {
  color: #000066;
}

#txCounty {
  width: 170px;
  padding: 0;
}

.register {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

#login {
  margin-left: 45px;
  width: 260px;
}

#loginForm p {
  margin-bottom: 20px;
}

.btnSubmit {
  background: #1E76ED url(/i/btnSubmit.jpg) no-repeat top left;
  font-weight: bold;
  font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;  
  border: 0;
  color: #FFFFFF;
  text-align: center;
  width: 141px;
  height: 22px;
  padding-bottom: 3px;
  cursor:hand;
  cursor:pointer;
}

.lost_password {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.lost_password a{
  text-decoration: underline;
}

.hideDiv{ display:none;}

.tooltip{
  font-weight: bold;
  text-decoration: underline;
  cursor:hand;
  cursor:pointer;
}

