.checkbox {
	color: #8E7D60;
	font-family: "Arvo", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 15px;
	text-transform: uppercase;
	width: auto; height: 15px;
	margin: 0 0 5px 0;
	display: block;
	cursor: pointer;
}

.icheckbox-round {
    width: 15px; height: 15px;
    background: url(checkbox.png) left top;
    border: none;
    margin: 0 10px 0 0;
    display: inline-block;
    zoom: 1; 
    *display: inline;
    vertical-align: middle;
}

.icheckbox-round.checked {
    background: url(checkbox.png) left bottom;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	
	.icheckbox-round {
		background: none;
		background-image: url(checkbox-retina.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 15px 30px;
	}
	
	.icheckbox-round.checked {
	    background: none;
		background-image: url(checkbox-retina.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 15px 30px;
	}
	
}