input[type=checkbox]:not(old),
input[type=radio]:not(old){
	width		: 28px;
	margin		: 0;
	padding 	: 0;
	opacity 	: 0;
}

input[type=checkbox]:not(old) + label{
	display			: inline-block;
	margin-left	 	: -28px;
	padding-left 	: 28px;
	background	 	: url('../images/sm--checks--newblue_gf.png') no-repeat 0 0;
	line-height	 	: 24px;
}

input[type=radio]:not(old) + label{
	display			: inline-block;
	margin-left	 	: -28px;
	padding-left 	: 28px;
	background	 	: url('../images/sm--radios--newblue_gf.png') no-repeat 0 0;
	line-height	 	: 24px;
}

input[type=checkbox]:not(old):checked + label{
	background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
	background-position : 0 -48px;
}
