/* 
    Document   : wp2co_admin.css
    Created on : 12.Haz.2012, 14:03:07
    Author     : kervan
    Description:
        Purpose of the stylesheet follows.
*/

   .float_left{
        
        float: left;
        width:33%;
        margin-left: auto;
        margin-right: auto; 
        border: black;
        border-width: 1px;
    }
    
    .list{
        
        cursor: pointer;
        
    }
    
    .form-table th {
        width:100px;
    }
    
    #list_container{
        margin-top: 15px;
    }
    
    .wp2coactive {
        
        background-color: gray;
        
    }

