
table#foglalas{
    margin: auto;
    border: 0px;
    font-size: 12px;
}

table#foglalas td.bal {
    font-weight: bold;
    text-align: right;
}

table#foglalas td.bal span {
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    color: red;
}


table#foglalas td.jobb {
    text-align: left;
    vertical-align: top;
}


table#foglalas td.jobb input {
    text-align: left;
    background: #ffffff;
    width: 200px;
}



table#foglalas td.jobb input.number {
    text-align: right;
    width: 40px;
}

table#foglalas td textarea {
    text-align: left;
    width: 400px;
    height: 100px;
}

table#foglalas td input {
    border: #888888 solid 1px;
    background: url('images/gomb_ki.jpg');
    font-weight: bold;
    height: 26px;
}

table#foglalas td input.btn:hover {
    border: #888888 solid 1px;
    background: url('images/gomb_be.jpg');
    font-weight: bold;
    height: 26px;
}


table#foglalas td {
    text-align: left;
    font-weight: bold;
}

table#foglalas td.gomb {
    text-align: center;
    font-weight: bold;
}

table#foglalas td.cim {
    text-align: center;
    font-weight: bold;
    background: #bba54f;
    color: #99241d;
}

table#foglalas td.empty {
    text-align: center;
    font-weight: bold;
    height: 20px;
}

textarea {
    border: 1px solid #aaaaaa;
}

.felt {
    font-weight: normal;
}

.felt input {
    vertical-align: middle;
}


