#user-profile-foto {
    float: left;
    width: 152px;
    text-align: center;
    font-size: 8pt;
}
#user-profile-foto img {
    border: 1px solid #929292;
}
#user-profile-changeava {
    overflow: hidden;
    width: 152px;
    height: 16px;
}
#user-profile-fileinput{
    margin-top: -50px;
    margin-left:-410px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 100px;
}
#user-profile-info {
    margin-left: 170px;
    font-weight: bold;
    color: #484848;
}
#user-profile-info h1 {
    color: #b3b3b3;
}
#user-profile-user {
    width: 460px;
    float: left;
}
#user-profile-additional {
    margin-left: 480px;
}
.user-profile-input-title {
    display: inline-block;
    line-height: 28px;
    margin-bottom: 10px;
}
.user-profile-field {
    border: 1px #B4B4B4 solid;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 10pt;
    color: #777;
    padding: 2px 6px;
    box-shadow: inset 2px 2px 5px #CDCDCD;
    display: inline-block;
    margin: 0 0 10px 6px;
    
}
.user-profile-field input {
    border: none;
    margin: 2px 0;
    padding: 1px 0px;
    width: 100%;
}
#user-profile-region{
    height: 22px;
    line-height: 22px;
    font-weight: normal;
    text-align: right;
    background: white url(../img/select.png) no-repeat 100% 50%;
    vertical-align: top;
}
#user-profile-region ul{
    margin-top: 7px;
    width: 390px;
}
input[name=UF_FLAT] {
    width: 30px;
}
.user-profile-checkbox {
    height: 22px;
    width: 14px;
    cursor: pointer;
}
.user-profile-radio {
    background: url(../img/radio.png) no-repeat;
    margin: 0 4px 0 10px;
    cursor: pointer;
    width: 19px;
    height: 19px;
    display: inline-block;
}
.user-profile-radio input, .user-profile-checkbox input {
    visibility: hidden;
}
.user-profile-gender {
    color: #bebebe;
}
.user-profile-forum-heading, #user-profile-pass-heading {
    margin: 38px 0 11px 0;
}
#user-profile-form .user-profile-field{
    position: relative;
}
#user-profile-form .user-profile-field img{
    position: absolute;
    top: 3px;
    right: 3px
}
