.addressContainer {
    margin-top:0px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
.addressContainer form {
    margin: 0px;
    padding: 0px;
}
.inputCon {
    width: 100%;
    height: 22px;
    line-height: 22px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 11px;
}
.inputCon  div{
    float: left;
    width: 133px;
}
.inputCon input, .inputCon select {
    padding-left:1px;
    border: solid 1px #9C9C9C;
    float: left;
}
.inputCon input {
    width: 263px;
    height: 17px;
    padding: 3px 0 0 2px;
}

#state {
    height: 22px;
    width: 157px;
    margin-left: 8px;
}

#country {
    height: 22px;
    width: 102px
}
.affdavit {
    font-size:12px;
}
.registerMessage   {
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
  	color: #333333;
}

.registerMessageBold   {
    text-align: justify;
    font-weight: bold;
    font-size: 12px;
  	color: #333333;
}
.error  ul {
  margin-left: 0px;
  padding-left: 0px;
}
.error  li {
  color: #FF0000;
  list-style-position: inside;  
}

.passwordMessage {
  margin-top: -6px;
	font-size: 11px;
	color: #A9A9A9;
}
.frmSpacer {
  height: 6px;
  line-height: 6px;
  border-top: 1px #ABABAB solid;
}
