#formularz {
    width: 500px;
    height: 400px;
    clear: both;
    position: relative;
    padding: 10px 0px;
}

p.kontakt {
    font-weight: normal;
}

input.kontakt {
    position: absolute;
    left: 120px;
    background-color: #ffc;
}

textarea.kontakt {
    background-color: #ffc;
}

div.uwaga {
    width: 400px;
    height: 10px;
    padding: 10px 0px;
    float: left;
    clear: both;
    font-weight: bold;
    color: #c00;
}

