div.box_calc {
    width: 300px;
    clear: both;
    float: left;
}

div.box_calc_head h3 {
    background: url("http://gfx.dlastudenta.pl/gfx/dzial/dlastudentki/template/foot_head_300.gif") 0 0 no-repeat;
    color: #fff;
}

div.box_calc_body {
    border-right: 1px solid #944177;
    border-bottom: 1px solid #944177;
    border-left: 1px solid #944177;
}

div.box_calc_body form {
    margin: 0;
    padding: 0 5px;
    border: none;
}

div.box_calc_body fieldset {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    float: left;
}

div.box_calc_body fieldset.form {
    width: 170px;
}

div.box_calc_body fieldset.submit {
    width: 100px;
}

div.box_calc_body fieldset label {
    font-size: 11px;
    margin: 4px 5px 0 0;
    float: left;
    display: block;
    width: 95px;
}

div.box_calc_body fieldset input {
    border: 1px solid #000;
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 11px;
    height: 14px;
    display: block;
    float: left;
}

div.box_calc_body fieldset input.submit {
    height: 18px;
    margin: 10px 0 0 5px;
}
