#client_profile p {
    clear:both;
}

#client_profile p label.title {
    width:30%;
    float:left;
    clear:left;
    padding-right:15px;
}

#client_profile p label.opt {
    width:60%;
    float:left;
    margin-bottom:5px;
}

#client_profile p label.checkers {
    margin-top:10px;
}

#client_profile input[type=text], #client_profile input[type=password], #client_profile select, #client_profile textarea {
    width:60%;
    margin-bottom:5px;
}

#client_profile input[type="checkbox"], #client_profile input[type="radio"] {
    vertical-align:middle;
    margin:5px;
}

#client_profile p.errorHolder{
    background-color: #FFDFDF;
    border: 1px dotted #C89797;
    margin-bottom: 6px !important;
    padding: 6px 0px 4px !important;
}

.description{
    display:block;
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    padding-left:15px;
    margin-left:30%;
    width: 60%;
}
.indicator-hint {
    display:block;
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    margin: 5px 33px 15px 202px;
    width: 60%;
}

#pass-strength-result {
    width: inherit;
    border-style: solid;
    border-width: 1px;
    margin: 13px 33px 5px 202px;
    padding: 3px 5px;
    text-align: center;
    background-color: #eee;
    border-color: #ddd!important;
    display: block;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c!important;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c!important;
    font-weight: bold;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0!important;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040!important;
    font-weight: bold;
}

.updated{
    display: block;
    color: #333;
    outline: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 0 .6em;
    margin: 5px 0 15px;
    width: 92%;
}

.required {
    color:inherit;
}

.message_red {
    border-color: #e65555;
    background-color: #ffe0e0;
}
.message_green {
    border-color: #55e65c;
    background-color: #e1ffe0;
}