.widget_title {
    font-size:16px;
    margin:10px 0;
}

.kalkulator_body {
    background: url('images/kalkulator_widget_bg.jpg') 50% 50% repeat-x;
    padding: 20px;
    margin-bottom: 15px;
}

.kalkulator_header {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

#partner {
    width: 200px;
    font-size: 11px;
}

.kalkulator_body label {
    color: #fff;
    font-size: 11px;
}

#zysk, #kwota {
    width: 55px;
}

.kalkulator_body input, 
.kalkulator_body select {
    border: 0;
    background-color: #fff;
}

.kalkulator_body fieldset,
.kalkulator_body form {
    margin: 0;
    padding: 0;
    border: none;
}

.kalkulator_body .submit {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
}

.kalkulator_row {
    margin: 5px 0;
}

.a_r {
    text-align: right;
}
