table.rej_table{
    padding:20px 10px 10px 25px;
    margin:0px;
    
}

table.rej_table tr{
    height:25px;
    margin:0px;
    padding:0px;
}

table.rej_table tr td{
    height:30px;
}

table.rej_table tr td.op{
    text-align:right;
    width:180px;
    border-bottom:dotted 1px #525252;
}

table.rej_table tr td.opisik{
    font-weight:bold;
    text-align:left;
}
table.rej_table tr td.inp{
    border-bottom:dotted 1px #525252;
    text-align:left;
    padding-left:20px;
}
table.rej_table tr td.inp_dis{
    border-bottom:dotted 1px #525252;
    text-align:left;
    padding-left:20px;
}

table.rej_table tr td.inp_dis input{
    width:300px;
    height:21px;
    background-color:#DFDFDF;
    border:none;
    font-family:tahoma;
    font-size:11px;
    color:gray;
}

table.rej_table tr td input, table.rej_table tr td select{
    width:300px;
    height:21px;
    background-color:#DFDFDF;
    border:none;
    font-family:tahoma;
    font-size:11px;
    
}

table.rej_table tr td input.cbox{
    width:15px;
    height:15px;
    background-color:white;
    margin: 2px 0px 2px 0px;
}

table.rej_table tr td input.cbox2{
    width:15px;
    height:15px;
    background-color:white;
    margin: 10px 0px 2px 10px;
    float:left;
}
table.rej_table tr td p.p1{
    text-align:left;
    float:left;
    margin:5px 0px 5px 20px;
    width:550px;
    background-color:#F4CECE;
    padding:2px 6px 2px 6px;
}

table.rej_table tr td p.p2{
    text-align:left;
    float:left;
    margin:5px 0px 5px 20px;
    width:550px;
    background-color:#F9E6E6;
    height:30px;
    padding:2px 6px 2px 6px;
}

table.rej_table tr td input.sub_zapisz{
    background:url(/images/rej_zapisz_sie.jpg) no-repeat;
    width:167px;
    height:42px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

table.rej_table tr td input.sub_zapisz2{
    background:url(/images/rej_zapisz_sie2.jpg) no-repeat;
    width:167px;
    height:42px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

table.rej_table tr td input.sub_zapisz3{
    background:url(/images/rej_zapisz_sie3.jpg) no-repeat;
    width:167px;
    height:42px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
table.rej_table tr td.error{
    color:red;
}

