What are the spans in there for???
Code:
<body>
<p>
<span class="checkbox" style="background-position: 0px -50px;"></span>
<input type="checkbox" name="1" id="1" checked="checked" class="styled">
<label for="1">Check 1</label>
</p>
<p>
<span class="checkbox" style="background-position: 0px -50px;"></span>
<input type="checkbox" name="2" id="2" checked="checked" class="styled">
<label for="2">Check 2</label>
</p>
</body>
Those <span>s do *NOT* belong there.
PLEASE don't use names or ids that start with numbers (digits)!!