.pc_checkbox, .pc_radiobutton {
	background-position:0px center;
	background-repeat:no-repeat;
	padding-left:23px;
	padding-top:4px;
	padding-bottom:3px;
	line-height:31px;
	cursor:pointer;
}
.pc_check_unchecked {
   background-image:    url(../images/check_off.gif);
}
.pc_check_checked {
   background-image:    url(../images/check_on.gif);
}
.pc_radio_unchecked {
   background-image:    url(../images/radio_off.gif);
}
.pc_radio_checked {
   background-image:    url(../images/radio_on.gif);
}
.pc_check_checked_disabled {
   background-image:    url(../images/check_off_disabled.gif);
}
.pc_check_unchecked_disabled {
   background-image:    url(../images/check_on_disabled.gif);
}
.pc_radio_checked_disabled {
   background-image:    url(../images/radio_off_disabled.gif);
}
.pc_radio_unchecked_disabled {
   background-image:    url(../images/radio_on_disabled.gif);
}
.pc_focus {
}

