
label + #rstpb_selection td,
input + #rstpb_selection td
{
	margin-top: 20px;
}


#rstpb_selection td > label 
{ 
	float: left; 
	line-height: 20px; 
	color: #fff; 
	padding: 0 0 0 18px;
}

#rstpb_selection td > input
{
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}

#rstpb_selection td:not(#foo) > input + label
{
	background: url(gr_custom-inputs.png) 0 -1px no-repeat;
	height: 20px;
}
#rstpb_selection td:not(#foo) > input[type=radio] + label										{ background-position: 0 -157px; }

/* Checked styles */
#rstpb_selection td:not(#foo) > input[type=checkbox]:checked + label 							{ background-position: 0 -77px; }
#rstpb_selection td:not(#foo) > input[type=checkbox]:hover:checked + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:focus:checked + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:checked + label:hover,
#rstpb_selection td:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 0 -97px; }

/* Hover & Focus styles */
#rstpb_selection td:not(#foo) > input[type=checkbox]:hover + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:focus + label,
#rstpb_selection td:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 0 -17px; }
#rstpb_selection td:not(#foo) > input[type=radio]:hover + label,
#rstpb_selection td:not(#foo) > input[type=radio]:focus + label,
#rstpb_selection td:not(#foo) > input[type=radio] + label:hover								{ background-position: 0 -177px; }

/* Active styles */
#rstpb_selection td:not(#foo) > input[type=checkbox]:active + label,
#rstpb_selection td:not(#foo) > input[type=checkbox] + label:hover:active						{ background-position: 0 -37px; }
#rstpb_selection td:not(#foo) > input[type=checkbox]:active:checked + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:checked + label:hover:active				{ background-position: 0 -117px; }

/* Disabled styles */
#rstpb_selection td:not(#foo) > input[type=checkbox]:disabled + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:hover:disabled + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:focus:disabled + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:disabled + label:hover,
#rstpb_selection td:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 0 -57px; }
#rstpb_selection td:not(#foo) > input[type=checkbox]:disabled:checked + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
#rstpb_selection td:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
#rstpb_selection td:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 0 -137px; }
