div.form {
    min-height: 50px;
    _height: 50px;
    }
div.form div.blok {
    padding-top: 12px;
    }    
div.form div.blok div.row div.item label {
    width: auto;
    margin-right: 5px;
    float: left;
    }
div.form div.blok div.row div.item {
    width:45%;
    }    
div.form div.blok div.row div.item div.ui-inputText {
    width: 50%;
    float: left;
    }
div.note {
    width: 100%;
    color: #565656;
    font-size: 11px;
    text-align: center;
    }
