	.iradio,
	.icheckbox_yes,
	.icheckbox_no,
	.icheckbox_open,
	.icheckbox {
	    display: inline-block;
	    *display: inline;
	    vertical-align: middle;
	    margin: 0 10px 0 0;
	    float: left;
	    padding: 0;
	    width: 24px;
	    height: 24px;
	    background: url(../../media/pixel/checkbox.png) no-repeat;
	    border: none;
	    cursor: pointer;
	}
	
	.icheckbox,
	.icheckbox_yes,
	.icheckbox_no,
	.icheckbox_open {
	    background-position: 0 0;
	}
    .icheckbox.checked,
	.icheckbox_yes.checked,
	.icheckbox_no.checked,
	.icheckbox_open.checked {
        background-position: -34px 0;
    }
    
    .icheckbox.disabled,
	.icheckbox_yes.disabled,
	.icheckbox_no.disabled,
	.icheckbox_open.disabled {
        background-position: -68px 0;
        cursor: default;
    }
    .icheckbox.checked.disabled,
	.icheckbox_yes.checked.disabled,
	.icheckbox_no.checked.disabled,
	.icheckbox_open.checked.disabled {
        background-position: -102px 0;
    }
    
    
    

	.iradio {
	    background-position: -136px 0;
	}
    .iradio.checked {
        background-position: -170px 0;
    }
    .iradio.disabled {
        background-position: -204px 0;
        cursor: default;
    }
    .iradio.checked.disabled {
        background-position: -238px 0;
    }
	
	
	/* Retina support */
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	       only screen and (-moz-min-device-pixel-ratio: 1.5),
	       only screen and (-o-min-device-pixel-ratio: 3/2),
	       only screen and (min-device-pixel-ratio: 1.5) {
			    .iradio,
			    .icheckbox_yes,
				.icheckbox_no,
				.icheckbox_open,
				.icheckbox_noInvite,
				.icheckbox_gf,
				.icheckbox_bk,
				.icheckbox_tn,
				.icheckbox_default,
				.icheckbox_pay,
				.icheckbox_mayPay{
				        background-image: url(../../media/pixel/checkbox@2x.png);
				        -webkit-background-size: 275px 150px;
				        background-size: 275px 150px;
				    }
	}