/* 
    Document   : wyslij_cv
    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/
*/

.wyslij_cv {
    text-align: left;
    line-height: 150%;
}

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

.wyslij_cv tr.tytul {
    background-color: #004a80; color: #ffffff; font-size: 11px; line-height:13px; font-weight:bold;
}

.wyslij_cv td {
    padding: 5px 2px;
    vertical-align: top;
}

.wyslij_cv th {
    padding: 5px 0px;
    vertical-align: top;
    white-space: nowrap;
}

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

.wyslij_cv input, .wyslij_cv select, .wyslij_cv textarea {
    width: 98%;
}

.wyslij_cv td.center input {
    width: auto!important;
}
