.checkbox input[type=checkbox] {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	margin-top: 5px;
}

.checkbox label {
	background: none;
}
