.radio {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(/img/icons/radio.png) no-repeat;
	cursor: pointer;
  margin-right: 10px;
  margin-top: -2px;
}
.radio.checked {
  background-position: -30px 0;
}