﻿

.tableCSS {
    border-collapse:separate;
    border:solid black 0px;    
    border-radius:10px;
    -moz-border-radius:6px;   
}

td, th {
    border-left:solid black 0px;
    border-top:solid black 0px;
}

th {
    background-color: Silver;
    border-top: none;    
    text-align:center;
}

td:first-child {
     border-left: none;
}



.txtboxWK {
    border-collapse:separate;
    border:solid black 1px;    
    border-radius:10px;
    -moz-border-radius:6px;   
}
/*---------------------------------*/