span.styled {
	bottom: 14px;
	position: relative;

}
.checkbox, .radio {
	width: 17px;
	height: 17px;
	display: inline-block;
	clear: left;
	float: none;
	top: 12px;
}
.radio {
border: 1px solid rgb(153, 153, 153);
border-radius: 100%;
background-image: url('img/radio.png');
}

