body.myaccount {
    padding-top: 148px;
}

.content-bar {
    /*
    position: fixed;
    z-index: 9;
    top: 101px;
    */
}

#myDetails .btn-submit {
    background:url(/templates/default/images/btn-send-password.gif) no-repeat;
}

body.myaccount .btn-submit {
    background:url(/templates/default/images/btn-signup.gif) no-repeat;
    width: 67px;
}
body .title {
    border-bottom: none;
}

LABEL {
    color:#848484;
    font-size:11px;
}
.row.type-checkbox,
.row.type-radio{
    height:100%;
    color:#848484;
    font-size:11px;
}
.row.type-checkbox LABEL,
.row.type-radio LABEL{ 
    width:auto;
    margin-top:6px ;
    margin-left:10px;

}
.row.type-radio INPUT{
    margin-top:0px;
}

.radio{ margin-left:30px;}
.type-gender .radio{ float:left; margin-top: 6px;}

.textarea-column{
    margin-left:100px;
    width:290px;
}

.textarea-column LABEL.row-label{
    float:left;
}

