.form label+input[type=checkbox]:checked ,label+input[type=radio]:checked,.checked {
	color: #CC3300;
	font-weight: bold;
}

.form label+input[type=checkbox]:disabled, label+input[type=radio]:disabled{
	font-weight: normal;
	color: lightgray;
}


.form input[type=checkbox]:checked + label,input[type=radio]:checked + label,.checked {
	color: #CC3300;
	font-weight: bold;
}

.form input[type=checkbox]:disabled + label,input[type=radio]:disabled + label{
	font-weight: normal;
	color: lightgray;
}


