.Checkbox {background:url('../img/check_btn.png') no-repeat center center;display:block;width:62px;height:23px;}
a.CheckboxUnchecked {background:url('../img/check_btn.png') no-repeat center center;}
a.CheckboxChecked {background:url('../img/check_btn_on.png') no-repeat center center;}
a.CheckboxUnchecked, a.CheckboxChecked {display:block;width:62px;height:23px;cursor:pointer;cursor:hand;}
a.CheckboxUnchecked img, a.CheckboxChecked img {width:62px;height:23px;display:inline;border:none;} /* Netscape 6.0 Fix */

.Radiobox {background:url('../img/radio_btn.png') no-repeat center center;display:block;width:22px;height:21px;}
a.RadioboxUnchecked {background:url('../img/radio_btn.png') no-repeat center center;}
a.RadioboxChecked {background:url('../img/radio_btn_on.png') no-repeat center center;}
a.RadioboxUnchecked, a.RadioboxChecked {display:block;width:22px;height:21px;cursor:pointer;cursor:hand;}
a.RadioboxUnchecked img, a.RadioboxChecked img {width:22px;height:21px;display:inline;border:none;} /* Netscape 6.0 Fix */

.InputHidden {display:none;}