.Checkbox, .CheckboxChecked {display:block;width:20px;height:20px;}
.Checkbox {background:url('../img/check_off.gif') no-repeat center center;}
.CheckboxChecked {background:url('../img/check_on.gif') no-repeat center center;}	

.CheckboxStar, .CheckboxCheckedStar {display:block;width:100%;height:20px;}
.CheckboxStar {background:url('CheckboxUncheckedB.gif') no-repeat center center;}
.CheckboxCheckedStar {background:url('CheckboxCheckedB.gif') no-repeat center center;}	

.CheckboxOrb, .CheckboxCheckedOrb {display:block;width:100%;height:20px;}
.CheckboxOrb {background:url('CheckboxUncheckedA.gif') no-repeat center center;}
.CheckboxCheckedOrb {background:url('CheckboxCheckedA.gif') no-repeat center center;}	

.Radiobox, .RadioboxChecked {display:block;width:20px;height:20px;}
.Radiobox {background:url('../img/radio_off.gif') no-repeat center center;}
.RadioboxChecked {background:url('../img/radio_on.gif') no-repeat center center;}

.RadioboxStar, .RadioboxCheckedStar {display:block;width:100%;height:20px;}
.RadioboxStar {background:url('CheckboxUncheckedB.gif') no-repeat center center;}
.RadioboxCheckedStar {background:url('CheckboxCheckedB.gif') no-repeat center center;}	

.RadioboxOrb, .RadioboxCheckedOrb {display:block;width:100%;height:20px;}
.RadioboxOrb {background:url('CheckboxUncheckedA.gif') no-repeat center center;}
.RadioboxCheckedOrb {background:url('CheckboxCheckedA.gif') no-repeat center center;}

.RadioboxBigOrb, .RadioboxCheckedBigOrb {display:block;width:100%;height:30px;}
.RadioboxBigOrb {background:url('CheckboxUncheckedC.gif') no-repeat center center;}
.RadioboxCheckedBigOrb {background:url('CheckboxCheckedC.gif') no-repeat center center;}

.RadioboxFreecode, .RadioboxCheckedFreecode {display:block;width:20px;height:20px;}
.RadioboxFreecode {background:url('../img/radio_off.gif') no-repeat center center;}
.RadioboxCheckedFreecode {background:url('../img/radio_on.gif') no-repeat center center;}

.RadioboxBola, .RadioboxCheckedBola {display:block;width:100%;height:20px;}
.RadioboxBola {background:url('CheckboxUncheckedA.gif') no-repeat center center;}
.RadioboxCheckedBola {background:url('CheckboxCheckedA.gif') no-repeat center center;}	

.InputHidden {display:none;}
