div.cabinet-form-row {
    width: 100%;
    position: relative;
    margin: 0 0 13px;
}
div.cabinet-form-row label.cabinet-input-holder {
    width: 250px;
    display: block;
    height: 32px;
    padding: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ECECEC;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.26);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.26);
}
div.cabinet-form-row label.cabinet-input-holder input {
    width: 230px;
    height: 20px;
    border: none;
    background-color: transparent;
    font: 14px/20px 'NeoSansPro-Regular', sans-serif;
    color: #686868;
    padding: 6px 10px;
    border-radius: 3px;
}
div#restoreInfo {
    color: red;
    font-size: 18px;
}