.checkbox 
	{ 
		  height: 21px; 
		  padding: 0 0 0 25px; 
		  background: url("../imgs/checkbox.gif") no-repeat 0 0; 
		  cursor: default; 
		  margin:1px 0px;
	} 
.checkbox input 
	{ 
		  display: none; 
	} 

.selected 
	{ 
		  background-position: 0 -52px; 
	} 

label
	{
		color:#000;
	}