.kjdform {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftlabel {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.kjdform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #4D4A44;
}
.kjdform legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 12px;
	color: #343D54;
	letter-spacing: .2em;
}
.kjdform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
.kjdform fieldset ol {
  margin: 0;
  padding: 0;
}
.kjdform fieldset li {
  list-style: none;
  padding: 2px 0px 2px 8px;
  margin: 0;
}

.kjdform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.kjdform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.kjdform fieldset fieldset label {
  display: block;
  width: auto;
}
.kjdform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

.kjdform .fdbk {
  font-size: 13px;
  font-style: normal;
  color: #CB3292;
}

.kjdform .note {
	font-size:9px;
	font-style: italic;
	color: #000;
}

.kjdform label {
  width: 120px; /* Width of labels */
}

.kjdform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.sliderback {
	background-repeat:repeat-x;
	background-image:url(gfx/sbk.png);
	height:5px;
	position:relative;
	margin:4px 0px 0px 4px;
}
.sliderstyle {
	width: 16px;
	height: 16px;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	border: none;
}
.sliderlo {
	background-image:url(gfx/sbau.png);
	background-color: transparent;
	margin: -5px 0px 0px -8px;
}
.sliderhi {
	background-image:url(gfx/sbpd.gif);
	background-color: transparent;
	margin: -5px 0px 0px -8px;
}
.radtab {
	color: #2B1D12;
	background-color: #FFFFFF;
	border-right: 2px solid #EBEBDE;
	padding: 1px 4px 2px 3px;
}
.kjdform .wrap {
  clear:both;
  width:700px;
  margin-bottom: 2em;
}
.kjdform .left {
  width: 130px;
  float:left;
}
.kjdform .right {
  width:550px;
  float:right;
}

