table {
   background-color:    #fff;
   border:              1px solid #000;
   width:               100%;
}
td {
   vertical-align:      top;
   width:               50%;
}
fieldset {
   border:              1px solid #007;
   margin:              10px;
   line-height:         1.4em;
   padding:             5px;
}
.pc_checkbox, .pc_radiobutton {
   background-position: 3px center;
   background-repeat:   no-repeat;
   border:              1px solid #fff;
   padding-left:        24px;
}
.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 {
   background-color:    #ffa;
   border:              1px dotted #000;
}
