.baseForm ul {
	padding: 10px 0;
	border-bottom: 2px groove #5A5A5A;
}

.formError {
    text-align:center;
    padding:10px;
    color:red;
    font-size:12px;
}

.baseForm li {
    clear: both;
    padding: 0 0 0 14px;
}

.baseForm label {
    display: block;
    float: left;
    width: 150px;
    clear: left;
    padding: 2px 5px 5px 0;
    margin-bottom: 12px;
    line-height: 1.3;
}

.baseForm input,
.baseForm select {
    float: left;
    width: 148px;
    margin-bottom: 14px;
}

.baseForm select {
    width: 153px;
}

select#dobDay {
    width: 45px;
}

select#dobMonth, select#dobYear {
    width: 55px;
}

input#terms_box {
    clear: left;
    width: auto;
    margin: 5px 0 12px 14px;
}

.baseForm .terms {
	clear: none;
	width: 500px;
	margin: 0;
}

.buttons {
    padding-top: 8px;
    overflow: hidden;
}

.baseForm .buttons input {
    float: right;
    width: auto;
}

#emailExistsError {
    float: left;
    width: 254px;
    font-size: 10px;
    padding-left: 19px;
    margin-left: 4px;
    background: transparent url(/media/membersinterface/images/error.gif) no-repeat 0 0;
    display: none;
}

#emailExistsError a, .terms a {
    color: #009FE1;
}

#chooseAddress {
    display: none;
}

#addresses {
    padding:4px;
    font-size:13px;
    font-family:sans-serif;
    background-color:#fff;
    width:240px;
    height:90px;
    border:1px solid #C5DAED;
    text-align:left;
    overflow:auto;
}

#showAddress {
    width: auto;
    float: left;
}

.baseForm .showAddress {
    clear: none;
    float: left;
    width: auto;
}
