/**
* Редактирование профиля
*/
#question_form_div div.edit_profile_form_button input {
    width: 148px;
    height: 42px;
    background: url("../images/save_button.png") no-repeat left top transparent;
    cursor: pointer;
}

#center_column .green_message {
    color: green;
    margin: 10px 0 5px 0;
}

#question_form_div #profile_change_email {
    padding: 5px 20px 0 175px;
}

#question_form_div #profile_change_email strong {
    color: #F04E23;
}

#question_form_div #profile_change_email a {
    cursor: pointer;
}

#question_form_div div.restore_pass_mail_form_button input {
    width: 148px;
    height: 42px;
    background: url("../images/send_button.png") no-repeat left top transparent;
    cursor: pointer;
}

#question_form_div div.restore_newpass_form_button input {
   width: 148px;
   height: 42px;
   background: url("../images/confirm_button.png") no-repeat left top transparent;
   cursor: pointer;
}