form{
	font-size: 0.8em;
	color: #333;
	clear : both;
}
fieldset {
	margin-bottom: 10px;
  	border: none;
	margin: 5px;
	padding: 0;
	float: left;
	width : 530px;
}
legend {
  padding: 0;
  margin: 0;
  color: #999;
  font-family:"Times New Roman";
  font-size: 1.8em;
  line-height:0.75em;
  position:relative;
  left:0px;
  * margin-bottom:-8px;
}

legend strong {
	font-weight:normal;
	color:#333;
	line-height:1em;
}
form div.key {
	position:relative;
	right:0px;
	float:right;
	margin:0;
	padding:0;
	margin-top:-15px;
	* margin-top:-10px;
	font-size:12px;
	line-height:10px;
	display:inline;
	color:#000;
	font-family:arial;
}
fieldset hr{
  border-top:2px dotted #666666;
  margin: 0;
  margin-top : 2px;
  padding: 0;
}
fieldset ol {
  margin: 0px 5px;
  margin-right:50px;
  * margin-top: -2px;
  padding: 0;
  padding:5px 0;
}
fieldset li {
  list-style: none;
  font-size:0.9em;
  float : left;
  width : 237px;
  margin-bottom : 5px;
}

fieldset ol.fullwidth {
	margin : 5px;
	clear : both;
}

fieldset li.fullwidth {
	width : 100%;
	float: left;
	clear : both;
}


/* fieldset li.fullwidth .checkbox {
	float: left;
	display:inline;
} */

fieldset li.fullwidth label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	padding-left: 1%;
	width: 94%;
}

fieldset li label {
	color : #333333;
	clear : both;
	display :block;
}

form em { /* required field style */
  font-style: normal;
  font-weight: bold;
  color: #AA0000;
  font-size:1.2em;
}

fieldset li input {
	width: 202px;
	border: 1px solid #CCCCCC;
	color: black;
	margin-bottom:5px;
}

/*
fieldset li label {
  display: inline-block;
  font-size:1em;
  font-size:1em;
  vertical-align: top;
  color: #333333;
  margin:0;
  padding:0;
  padding-left: 5px;
  margin-right:5px;
}
*/

fieldset li select {
	width: 200px;
	border: 1px solid #CCCCCC;
	color: #000000;
	margin-bottom:5px;
}
fieldset li span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/forms/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
fieldset li span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/forms/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

fieldset li span.select {
	position: absolute;
	width: 175px; /* With the padding included, the width is 200 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 2px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(/images/forms/select.gif) no-repeat;
	overflow: hidden;
}

fieldset li textarea {
	width : 450px;
	height : 200px;
	border: 1px solid #CCCCCC;
	color: black;
	font-family : Arial;
	font-size : 1em;
}
/*
fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  background: none;
}
fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
*/

fieldset fieldset label {
  display: block;
  width: auto;
  margin-left: 123px; /* Width plus 3 (html space) */
}

submit {
  padding:5px;
}

fieldset.submit {
	width : 100%;
}

fieldset.submit ol {
 float: right;
 margin : 5px;
}

fieldset.submit ol li {
	width : 81px;
}

fieldset.submit ol input {
	float: right;
	width: 76px;
	height: 24px;
	background-color : white;
	font-size : 0.95em;
	color : #707070;
	border-left : 1px solid #707070;
	border-top : 1px solid #707070;
	border-bottom : 2px solid #707070;
	border-right : 2px solid #707070;
	cursor : pointer;
}

.error_text {
	padding : 5px;
	width: 95%;
	float: left;
	color : red;
	font-weight : bold;
}

.locked {
	color : #707070;
}

.faded, .faded strong {
	color : #999999;
}

#formnav {
	width: 100%;
	clear : both;
}

#formnav div {
	float:left;
	padding : 5px;
}

.clearleft {
	clear : left;
}

.checkbox {
	width : 1em;
}