.oferty .messageError{
    color: #ff0000;
    font-weight: bold;
    font-size: 10pt;
}

.oferty .grid{
    font-weight: bold;
    width: 400px;
    margin: 0px auto;
}

.oferty .grid input, .oferty .grid select, .oferty .grid textarea{
    width: 400px;
    color: #244c75;
}

.oferty .grid .submit{
    width: auto;
    font-weight: bold;
}

.oferty .infoBlock{
    text-align: center;
    margin-bottom: 20px;
}

.oferty .tableList{
    width: 600px;
    margin: 0px auto;
}

.oferty .tableList td, .oferty .tableList th{
    border-bottom: dotted 1px #244c75;
}

.oferty .tableList .theader{
    text-align: left;
}

.oferty .grid .checkButton{
    width: auto;
}