table.order-grid {
    width: 100%;
    margin: 10px 0;
    border: 0px solid #0099B5;
    border-collapse: collapse;
}

table.order-grid td {
    padding: 5px;
    border-bottom: 1px solid #0099B5;
}

table.order-grid td.header {
    width: 200px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.back {
    font-size: 14px;
    font-weight: bold;
}

.buttons {
    margin: 0 0 5px 0;
}

.buttons_last_element {
    margin-bottom: 0;
}

.buttons .button {
    float: left;
    margin: 5px 5px 0 0;
    height: 25px;
}

.buttons .button input {
    cursor: pointer;
}

.buttons .right {
    float: right;
}


#content .recount {
    width: 125px;
    height: 25px;
    background-color: transparent;
    background-image: url("../images/order/przelicz.gif");
    background-repeat: no-repeat;
    border: none;
}

#content .confirm-order {
    width: 150px;
    height: 25px;
    background-color: transparent;
    background-image: url("../images/order/potwierdz.gif");
    background-repeat: no-repeat;
    border: none;
}
