/* CSS Document */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 14px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.radiocheck {
	border:0px;
	padding-left:10px;
}
.radiocheck input {
	border:0px;
	border-style:none;
}
  .radiobuttons {
  	border:0px;
	margin-left:-5px;
	margin-top:-2px;
	display:inline;
}
FORM DL {
	/*padding-left: 20px;*/
}
FORM DT {
	margin-top:10px;
	margin-bottom:4px;
	line-height:16px;
	}
FORM DD {
  padding:0px;
  margin-left:0px;
  font-family:Arial, Helvetica, sans-serif;
}
form fieldset {
	margin-top:20px;
	border-top-width: 1px;
	border-top-color: #88836B;
	border-top-style: solid;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
form fieldset legend {
 	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	font-weight:bold;
}
input.btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border:  1px solid  #88836B;
	background: #EEEBD3;
	margin-top:20px;
   }
input.chk {
	border:0px;
	margin:0px;
}





