.checkbox{
	position: relative;
}
.checkbox-icon {
	background:url("../../../images/spritesheet_btn.png") no-repeat scroll -706px -18px transparent;
	display:inline-block;
	height:17px;
	width:17px;
}

.checkbox-icon:hover {
	background-position:-732px -18px;
}
.checkbox-icon.disabled, .checkbox-icon.disabled:hover {
	background-position:-786px -18px;
}
.checkbox-icon.selected, .checkbox-icon.selected:hover {
	background-position: -759px -18px;
}
.checkbox-icon.selected.disabled, .checkbox-icon.selected.disabled:hover {
	background-position: -759px -18px;
}

div.checkbox-container{
	display: inline-block;
    min-height: auto;
    padding: 5px;
    width: 100%;
}
.checkbox-label{
	color:#406ab2;
	min-height:auto;
	display:block;
	width:88%;
	margin-left:10px;
}
.checkbox-label:hover{
	color:#0000ff;
}
.checkbox-label.selectedOpt{
	color:#000000;
}
.checkbox .correctincorrect.left {
	top:5px;
	left:-20px;
}