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

.CheckboxStar, .CheckboxCheckedStar {
  display:            block;
  width:              20px;
  height:             20px;
}
.CheckboxStar {
  background:         url('../images/framework_CheckboxUncheckedB.gif') no-repeat center center;
}
.CheckboxCheckedStar {
  background:         url('../images/framework_CheckboxCheckedB.gif') no-repeat center center;
}	

.CheckboxOrb, .CheckboxCheckedOrb {
  display:            block;
  width:              20px;
  height:             20px;
}
.CheckboxOrb {
  background:         url('../images/framework_CheckboxUncheckedA.gif') no-repeat center center;
}
.CheckboxCheckedOrb {
  background:         url('../images/framework_CheckboxCheckedA.gif') no-repeat center center;
}	

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

.RadioboxStar, .RadioboxCheckedStar {
  display:            block;
  width:              20px;
  height:             20px;
}
.RadioboxStar {
  background:         url('../images/framework_CheckboxUncheckedB.gif') no-repeat center center;
}
.RadioboxCheckedStar {
  background:         url('../images/framework_CheckboxCheckedB.gif') no-repeat center center;
}	

.RadioboxOrb, .RadioboxCheckedOrb {
  display:            block;
  width:              20px;
  height:20px;
}
.RadioboxOrb {
  background:         url('../images/framework_CheckboxUncheckedA.gif') no-repeat center center;
}
.RadioboxCheckedOrb {
  background:         url('../images/framework_CheckboxCheckedA.gif') no-repeat center center;
}

.RadioboxBigOrb, .RadioboxCheckedBigOrb {
  display:            block;
  width:              30px;
  height:             30px;
}
.RadioboxBigOrb {
  background:         url('../images/framework_CheckboxUncheckedC.gif') no-repeat center center;
}
.RadioboxCheckedBigOrb {
  background:         url('../images/framework_CheckboxCheckedC.gif') no-repeat center center;
}	

.InputHidden {display:none;}

div.superSearch {
	background-color: #f60;
	color:#fff;
}

div.superSearchAll {
	background-color: #036;
}