body {
    background: #fff url('../images/page-bg.jpg') repeat-x;
}

html, body {
    font-family: Arial, Verdana;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}

.bold {
    font-weight: bold;
}

.align-right {
    text-align: right;
}

#content {
    width: 1008px;
    height: 600px;
    background: url('../images/content-bg.jpg') repeat-x;
    margin: 0 auto;
}

#content-left-corner {
    width: 8px;
    height: 577px;
    background: url('../images/content-left-corner.png') no-repeat left bottom;
    float: left;
}

#content-right-corner {
    width: 8px;
    height: 577px;
    background: url('../images/content-right-corner.png') no-repeat left bottom;
    float: left;
    margin-left: 13px;
}

#content-text {
    width: 500px;
    float: left;
    position: relative;
    text-align: left;
    background: url('../images/laur-big.jpg') no-repeat top right;
    height: 600px;
}
    #content-text p,
    .laur {
        font-size: 0.9em;
        color: #000;
        width: 445px;
        margin-left: 30px;
        line-height: 1.3em;
        text-align: justify;
        margin-bottom: 8px;
        padding-bottom: 10px;
    }

    #content-text p {
        background: url('../images/hr.png') no-repeat bottom center;
    }

    .laur {
        width: 230px;
    }

#content-form {
    width: 479px;
    float: left;
}

#form-section-2,
#form-section-3 {
    display: none;
}

.clear {
    clear: both;
}

fieldset {
    width: 479px;
    background: url('../images/form-bg.png') repeat-y top center;
    border: 0;
    padding: 0;
    margin: 20px 0 0 0;
    color: #fff;
    text-align: left;
}
    .form-top {
        width: 479px;
        height: 66px;
        background: url('../images/form-top.png') no-repeat top center;
    }
    .form-bottom {
        width: 479px;
        height: 79px;
        background: url('../images/form-bottom.png') no-repeat bottom center;
    }
    .form-title {
        width: 445px;
        height: 29px;
        background: url('../images/form-acc.png') no-repeat top center;
        margin: 0 0 1px 4px;
        color: #fff;
        font-weight: bold;
        font-size: 1.2em;
        padding: 6px 0 0 30px;
        cursor: pointer;
    }
    .form-row {
        width: 430px;
        margin: 0 0 3px 30px;
        float: left;
    }
label {
    font-weight: normal;
    display: inline-block;
    float: left;
    cursor: pointer;
    background: #3386c2 url('../images/label-left.png') no-repeat left top;
    width: 150px;
    height: 20px;
    padding: 4px 0 3px 10px;
    color: #fff;
}
label.zgoda,
label.checkbox,
label.skad {
    width: 405px;
    text-align: justify;
    vertical-align: top;
    background: none;
    padding: 0;
}
label.zgoda {
    color: #cfcfcf;
    font-size: 0.76em;
    line-height: 1.15em;
}
label.checkbox {
    font-size: 0.9em;
    padding-top: 2px;
}
label.double {
    padding-top: 7px;
    height: 32px;
    background: #3386c2 url('../images/label-left-double.png') no-repeat left top;
    line-height: 1.2em;
}
label.skad {
    width: 180px;
    margin: 8px 0 0 25px;
    font-size: 0.9em;
}
.zgoda-row {
    margin-top: 10px;
    margin-bottom: 25px;
}
.check {
    float: left;
    margin: 0 10px 0 0 ;
}

input.text,
textarea.text {
    width: 247px;
    float: left;
    margin: 0 0 0 3px;
}
textarea.text {
    height: 60px;
}
.row-first {
    margin-top: 10px;
}
.row-last {
    margin-bottom: 10px;
}
.row-title {
    font-weight: bold;
    padding-left: 10px;
    width: 420px;
}
.row-text {
    font-size: 0.9em;
    line-height: 1.1em;
    padding-left: 10px;
    width: 400px;
    text-align: justify;
}
.row-radio {
    font-size: 0.9em;
    padding-left: 10px;
    width: 400px;
}
input.data {
    width: 100px;
}
input.procent {
    height: 25px;
    width: 45px;
    text-align: center;
    font-size: 1.2em;
    padding-top: 10px;
}
.procent-text {
    font-size: 2em;
    margin: 3px 0 0 5px;
    float: left;
}

label.radios {
    width: auto;
    background: none;
    padding: 0;
    margin: 2px 10px 0 5px;
    font-weight: bold;
}

input.radio {
    float: left;
    margin: 0;
}

.send {
    width: 177px;
    height: 38px;
    background: url('../images/form-send.png') no-repeat left top;
    border: 0;
    cursor: pointer;
    margin: 6px 0 0 284px;
}

label.error {
    color: rgb(215,215,215);
    background: rgb(51,134,194);
    border: 0;
    margin: 2px 0 0 162px;
    padding: 5;
    font-weight: bold;
    width: 247px;
}
label.check_error {
    display: none;
}

.ui-datepicker-trigger {
    margin: 4px 0 0 5px;
    cursor: pointer;
}

#dziekujemy {
    font-weight: bold;
    font-size: 1.2em;
    width: 300px;
    margin: 80px auto 350px auto;
    text-align: center;
}