.Checkbox, .Radiobox {}
.Checkbox {background:url('gfx/checkbox_off.gif') no-repeat center center;height:16px;width:16px; float: left; display: inline;}
a.CheckboxUnchecked {background:url('gfx/checkbox_off.gif') no-repeat center center;}
a.CheckboxChecked {background:url('gfx/checkbox_on.gif') no-repeat center center;}
a.CheckboxUnchecked, a.CheckboxChecked {display:block;width:16px;height:16px;cursor:pointer;cursor:hand;}
a.CheckboxUnchecked img, a.CheckboxChecked img {width:16px;height:16px;display:inline;border:none;} /* Netscape 6.0 Fix */

.Radiobox {background:url('gfx/radio_off.gif') no-repeat center center;float: left;display:inline;height:16px;width:16px;}
a.RadioboxUnchecked {background:url('gfx/radio_off.gif') no-repeat center center;}
a.RadioboxChecked {background:url('gfx/radio_on.gif') no-repeat center center;}
a.RadioboxUnchecked, a.RadioboxChecked {display:block;width:16px;height:16px;cursor:pointer;cursor:hand;}
a.RadioboxUnchecked img, a.RadioboxChecked img {width:16px;height:16px;display:inline;border:none;} /* Netscape 6.0 Fix */

.InputHidden {display:none;}
