input[type="radio"].css-input, input[type="checkbox"].css-input {
	display: inline-block;
	position: relative;
	top: 3px;
}
input[type="radio"].css-input + label.css-label, input[type="checkbox"].css-input + label.css-label {
	padding-left: 0px;
	margin-right: 2px;
	line-height: 9px;
}
input[type="checkbox"].css-input + label.css-label {
	line-height: 13px;
}
label.css-label {
	background: none !important;
}