/* 
    Document   : wp-security-log-options
    Created on : Feb 14, 2013, 12:59:24 AM
    Author     : Terry
    Description:
        Purpose of the stylesheet follows.
*/

.columns
{
    width:800px;
}
.columns-1
{
    float: left;
    width: 250px;
    margin-left:5px;
}
.columns-2
{
    float: left;
    text-align:center;
    width:150px;
    margin-left:5px;
}
.columns-3
{
    float: left;
    width: auto;
    margin-left:5px;
    text-align: left;
}
div.clear 
{
    clear:both;
}

#icon-log {
    background: transparent url(../images/log-32.png) no-repeat;
}