input[type="checkbox"] + span		{ position: relative; top: -1px; left: 6px; }
input[type="checkbox"]:checked + span	{ color: #ff0000; }
