* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: verdana, helvecia, sans-serif;
    font-size: 12px;
}

#wrapper {
    position: relative;
    width: 600px;
    margin: 5px auto;
    padding: 70px 0 15px;
}

#logo {
    position: absolute;
    right: 10px;
    top: 5px;
}

/** FORMULARZ **/
form {
    width: 600px;
    background: url('../img/calc/kal_dol.gif') 0% 100% no-repeat;
    margin: 0 auto 10px;
    position: relative;
}

#top {
    width: 600px;
    height: 35px;
    padding-left: 80px;
    display: block;
    width: 520px;
    padding-top: 45px;
    background: url('../img/calc/kal_gora.gif') 0% 0% no-repeat;
}

.head {
    position: absolute;
    top: 8px;
    font-size: 14px;
    color: #c50000;
    font-weight: bold;
}

#top label {
    font-size: 14px;
    font-weight: bold;
}

#top input {
    border: 1px solid #c4c4c4;
    height: 18px;
    width: 250px;
    padding: 2px 0px 0px 4px;
}

div.submit {
    display: block;
    margin: 0px auto;
    clear: both;
    width: 70px;
    padding-bottom: 20px;
}

#submitForm {
    margin: 0 auto;
    background: url('../img/calc/oblicz.gif') 0% 100% no-repeat;
    width: 70px;
    height: 24px;
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#payTypes {
    padding-left: 80px;
    padding-bottom: 20px;
}

#payTypes label {
    font-weight: bold;
    padding-right: 30px;
}

/** Wynniki **/
table {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #c4c4c4;
    border-collapse: collapse;
}

table#infoTable caption,table#sumTable caption,.Results {
    width: 601px;
    height: 27px;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    line-height: 27px;
    border-bottom: 2px solid #fff;
}

table#infoTable caption {
    background: #fff url('../img/calc/caption.gif') 0 0 no-repeat;
}

table#sumTable caption,.Results {
    background: #888888;
}

.Results {
    text-align: center;
}

table .infoHead {
    background: #e1e1e1;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
}

table tr .th {
    width: 180px;
    background: #f0f0f0;
    height: 25px;
    text-align: right;
    font-size: 90%;
    padding-right: 10px;
}

table tr td {
    padding-left: 5px;
    font-size: 90%;
    border: 1px solid #e9e9e9;
}

table tr td.result {
    font-weight: bold;
}

.question {
    display: none;
    width: 95%;
    clear: both;
    padding-bottom: 10px;
    font-size: 11px;
    padding-left: 5px;
}

.clause {
    font-size: 10px;
    padding-top: 15px;
    text-align: center;
}
