div.fspacer { 
  width: 0px;
  height: 20px;
  float: none;
  clear: none;
  display: inline;
  border-left: solid 10px #ffffff;
}

div.flabel { 
  font-weight: bold;
  height: 20px;
  float: none;
  clear: none;
  display: inline;
  padding-right: 10px;
}

/** --------------------------- CHECKBOX STYLES --------------------------- **/
div.fcheckbox-checked { 
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../../gfx/OpenJaw/Forms/checkbox_checked.gif) no-repeat 1px 1px;
  cursor: pointer;
  float: none;
  clear: none;
  display: inline;
  border: solid 1px #ffffff;
}

div.fcheckbox-checked:hover { 
  background: url(../../gfx/OpenJaw/Forms/checkbox_checked.gif) no-repeat 0px 0px;
}

div.fcheckbox-unchecked { 
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../../gfx/OpenJaw/Forms/checkbox_unchecked.gif) no-repeat 1px 1px;
  cursor: pointer;
  float: none;
  clear: none;
  display: inline;
  border: solid 1px #ffffff;
}

div.fcheckbox-checked-disabled { 
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../../gfx/OpenJaw/Forms/checkbox_checked_disabled.gif) no-repeat 1px 1px;
  cursor: pointer;
  float: none;
  clear: none;
  display: inline;
  border: solid 1px #ffffff;
}

div.fcheckbox-unchecked-disabled { 
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../../gfx/OpenJaw/Forms/checkbox_unchecked_disabled.gif) no-repeat 1px 1px;
  cursor: pointer;
  float: none;
  clear: none;
  display: inline;
  border: solid 1px #ffffff;
}

div.fcheckbox-unchecked:hover { 
  background: url(../../gfx/OpenJaw/Forms/checkbox_unchecked.gif) no-repeat 0px 0px;
}

/** --------------------------- RADIO STYLES ------------------------------ **/

div.fradio-checked { 
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../../gfx/OpenJaw/Forms/radio_checked.gif) no-repeat 1px 1px;
  cursor: pointer;
  float: none;
  clear: none;
  display: inline;
  border: solid 1px #ffffff;
}

div.fradio-checked:hover { 
  background: url(../../gfx/OpenJaw/Forms/radio_checked.gif) no-repeat 0px 0px;
}

div.fradio-unchecked { 
  padding-left: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../../gfx/OpenJaw/Forms/radio_unchecked.gif) no-repeat 1px 1px;
  cursor: pointer;
  float: none;
  clear: none;
  display: inline;
  border: solid 1px #ffffff;
}

div.fradio-unchecked:hover { 
  background: url(../../gfx/OpenJaw/Forms/radio_unchecked.gif) no-repeat 0px 0px;
}

div.margintop {
	margin-top:4px;
}
