    .formular .form-container {
        float: left !important;
        margin: 0px 20px 0px 0px;
        width: 390px !important;
        height: 80px;
    }
    
    .formular .form-container input[type="text"],
    .formular .form-container select {
        width: 95% !important;
        padding-right: 5px; padding-left: 5px;        
    }
    .formular  input[type="checkbox"] {
        width: auto !important;
        margin-right: 10px; margin-bottom: 5px;
    }
    
    .formular  input[type="radio"] {
        width: auto !important;
        margin-right: 10px; margin-bottom: 5px;
    }
    
    .formular .info {
        display: inline-block;
        color: #fff;
        width: 20px; height: 16px; border-radius: 30px; line-height: 16px; text-align: center; font-weight: bold; cursor: pointer;
        background: #0064ea;
    }
    
    .formular  input[type="submit"] {
        background: #209123;
        color: #fff;
        cursor: pointer;
    }
    
    .formular fieldset {
        display: block;
        border: solid 1px #ddd; border-radius: 4px;
        padding: 15px 0px 15px 15px;
        margin-bottom: 20px;
    }
    
    .formular h3 {
        font-size: 17px;
        color: #444;
        margin-bottom: 10px;
    }
    .formular h3:before {
        content: ' - ';
    }
    .formular h3:after {
        content: ' - ';
    }
    
    .button-step {
        color: #fff;
        display: inline-block;
        margin: 0px 10px;
        padding: 8px 10px; border-radius: 4px;
        font-weight: bold;
        box-shadow: 2px 2px 4px #666;
    }
    .button-step.activ {
        background: #209123;
        cursor: pointer;
    }
    .button-step.inactiv {
        background: #888686;
        cursor: default !important;
    }

