/* 
    Document   : nowa_oferta
    Created on : 2009-04-20, 21:35:59
    Author     : lukasz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.nowa_oferta {
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
}

.nowa_oferta table {
    width: 90%;
    margin: 0px auto 10px auto;
    text-align: left;
}

.nowa_oferta tr.tytul {
    background-color: #ededed;
}

.nowa_oferta tr.tytul td {
    height: 20px;
    text-align: center;
}

.nowa_oferta td {
    padding: 10px;
    vertical-align: top;
}

.nowa_oferta th {
    padding: 10px;
    vertical-align: top;
    white-space: nowrap;
}

.nowa_oferta td.center {
    text-align: center;
}

.nowa_oferta input, .nowa_oferta select, .nowa_oferta textarea {
    background-color: #f4f4f4;
    width: 150px;
}

