p:not(#foo) > input[type='checkbox'],
p:not(#foo) > input[type='radio'] {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
p:not(#foo) > input[type='checkbox'] + label span,
p:not(#foo) > input[type='radio'] + label span {
	background-repeat: no-repeat;
	background-image: url(../images/slide/sprite.png);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
/* CHECKBOX BASE */
p:not(#foo) > input[type='checkbox'] + label span {
	background-position: 0 0;
}
/*  CHECKBOX BASE HOVER */
p:not(#foo) > input[type='checkbox'] + label span:hover {
	background-position: 0 -23px;
}
/*  CHECKBOX ACTIVE */
p:not(#foo) > input[type='checkbox'] + label span:active { 
	background-position: 0 -184px;
}
/*  CHECKBOX SELEZIONATO */
p:not(#foo) > input[type='checkbox']:checked + label span {
	background-position: 0 -46px;
}
/*  CHECKBOX SELEZIONATO HOVER */
p:not(#foo) > input[type='checkbox']:checked + label span:hover { 
	background-position: 0 -69px;
}
/*  CHECKBOX SELEZIONATO ACTIVE */
p:not(#foo) > input[type='checkbox']:checked + label span:active { 
	background-position: 0 -207px;
}
/* RADIO BASE */
p:not(#foo) > input[type='radio'] + label span {
	background-position: 0 -92px;
}
/* RADIO BASE HOVER */
p:not(#foo) > input[type='radio'] + label span:hover {
	background-position: 0 -115px;
}
/* RADIO BASE HOVER */
p:not(#foo) > input[type='radio'] + label span:active {
	background-position: 0 -230px;
}
/*  RADIO SELEZIONATO */
p:not(#foo) > input[type='radio']:checked + label span { 
	background-position: 0 -137px;
}
/* RADIO SELEZIONATO HOVER */
p:not(#foo) > input[type='radio']:checked + label span:hover { 
	background-position: 0 -160px;
}
/* RADIO SELEZIONATO HOVER */
p:not(#foo) > input[type='radio']:checked + label span:active { 
	background-position: 0 -252px;
}
span.customSelect {
	font-size: 12px;
	color: #666666;
	padding: 7px;
	border: 1px solid #E2E2E2;
	background-image: url(../images/slide/sprite.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}