/*
    Document   : gforms_3_col.css
    Created on : 26-Oct-2012, 2:14:02 PM
    Author     : Paul
    Description:
        Purpose of the stylesheet follows.
*/

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

root {
    display: block;
}

.tbkcp_col_3_wrapper li{
     display: block;
    width: 33%;
    float: left;
    margin-bottom: 5px;
}
.tbkcp_col_3_wrapper ul{
    clear: both;
}
.tbkcp_col_2_wrapper li{
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.tbkcp_col_2_wrapper ul{
    clear: both;
}