#tblRegister {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  text-align:               left;
  width:                    100%;
}

#tblRegister .tdAccountInformation {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  padding:                  3px;
}

#tblRegister .tdAccountInformation .spnError {
  color:                    #990000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
}

#tblRegister .tdAccountField {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  padding:                  3px;
  white-space:              nowrap;
  width:                    25%;
}

#tblRegister .tdAccountForm {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  padding:                  3px;
  width:                    25%;
}

#tblRegister .tdAccountForm input {
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  width:                    98%;
}

#tblRegister .tdAccountForm select {
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  width:                    100%;
}

#tblRegister .tdAccountProduct {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  padding:                  3px;
  white-space:              nowrap;
  width:                    70%;
}

#tblRegister .tdAccountProduct a {
  color:                    #990000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  text-decoration:          none;
}

#tblRegister .tdAccountProduct a:hover {
  color:                    #000099;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  text-decoration:          none;
}

#tblRegister .tdAccountRemove {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                11px;
  font-weight:              normal;
  padding:                  3px;
  white-space:              nowrap;
  width:                    30%;
}