.addressContainer {
    margin-top:0px;
    margin-left:16px;
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    text-align: left;
}
.addressContainer input, textarea {
    background-image:url('/images/sb/txtbx-bckgrnd.gif');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding-left:3px;
}

.label {
  margin-top: 8px;
	font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.subLabel {
  margin-top: 0px;
	font-size: 11px;
  color: #666666;
}

.addressContainer .form {
  width: 400px;
}
.registerMessage  {
    text-align: justify;
    font-weight: bold;
    font-size: 12px;
  	color: #4a4a4a;
}
.error  ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 4px;
  margin-top: 0px;
}
.error  li {
  color: #FF0000;
  list-style-position: inside;  
	font-size: 12px;
}

.results {
  border: solid 1px #999999;
}
.results  h4  {
  font-size: 14px;
	color: #333333;
  font-weight: bold;
  margin: 4px;
}

.results  ul {
  padding-top:0px;
  margin-top:0px;
}

.results  span {
  color: #FF0000;
}

.results  li {
  color: #333333;
}
.banner-button {
  float: right;
  margin: 0 15px 0 0;
  _margin: 0 8px 0 0;
}
