.icheckbox
{
    width:52px;
    height:24px;
    background:transparent url('/images/switcher.png') no-repeat bottom center;
    float:left;
    cursor:pointer;
    margin-top: 8px;
    margin-right: 5px;
}

.icheckbox.checked
{
    background-position:top center;
}    
.icheckbox.disabled
{
	background:transparent url('/images/switcher-disabled.png') no-repeat bottom center;
}
.icheckbox.disabled.checked
{
    background-position:top center;
}    

