.checkbox, .radio {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	width: 19px;
	height: 22px;
	margin: 0 2px;
	background-image: url('/static/checkbox.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

.radio {
	background-image: url('/static/radio.png');
	background-repeat: no-repeat;
}

input.styled, input.styled-cancelable {
	display: none;
}