/*
 *
 * Wijmo Library 3.20132.9
 * http://wijmo.com/
 *
 * Copyright(c) GrapeCity, Inc.  All rights reserved.
 * 
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * licensing@wijmo.com
 * http://wijmo.com/widgets/license/
 *
 */
.wijmo-checkbox
{
    position: relative; /*float: left;*/
    margin: 3px 0;
    line-height: 16px;
    display: block;
}
.wijmo-checkbox .wijmo-checkbox-inputwrapper
{
    width: 0;
    height: 0;
    overflow: hidden;
}
.wijmo-checkbox label
{
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    z-index: 1;
    padding: 0 0 0 1.4em;
    outline: none;
    margin: 0 3px;
}
.wijmo-checkbox .wijmo-checkbox-box
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 3px;
}

.wijmo-checkbox .wijmo-checkbox-relative
{
    position: relative;
    float: left;
    margin-right: 3px;    
}

.wijmo-checkbox .ui-icon-checkbox-on{float:left;}
.wijmo-checkbox .ui-icon{border-radius: 3px;-webkit-border-radius: 3px;}