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