/* Form */
.frm{
	width: 60em;
}
.frmSml{
	width: 30em;
}
.frmVert{
	width: 16em;
}
.frm fieldset{
	border: 0 none;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 0;
}
.frmVert fieldset{
	border: 0 none;
	padding: 0 1em;
	margin: 0 0 1em 0;
}
.frm .row{
	position: relative;
	margin: 0 0 1em 0;
}
.frmVert .row{
	margin: 0 0 0.5em 0;
}
.frm .header{
    font-weight: bold;
}
.frm fieldset legend{
    color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	padding: 0;
}
.frmVert fieldset legend{
	width: 12em;
}
.frm .row label{
	width: 12.5em;
	float: left;
	display: block;
	text-align: right;
	padding: -1.3em 0 0 0;
}
.frmSml .row label{
	width: 9em;
}
.frmVert .row label{
	width: 15em;
	text-align: left;
}
.frm .row label.noFloat{
    float: none;
	display: inline;
	padding: 0.3em 0.5em 0 0.5em;
}
.frm .row span{
	padding: 0.3em 0.5em 0 0;
/*	float: left;*/
	display: block;
}
.frm .row label em{
	color: #FF0000;
	position: absolute;
	left: 35em;
	width: 15em;
	text-align: left;
}
.frmSml .row label em{
	left: 25em;
}
.frmVert .row label em{
	left: 26em;
}
.frm .row input.inp,
.frm .row textarea{
	width: 20em;
}
.frmSml .row input.inp,
.frmSml .row textarea,
.frmVert .row input.inp,
.frmVert .row textarea{
	width: 15em;
}
.frm .row select.inp{
	width: 20.5em;
}
.frmSml .row select.inp,
.frmVert .row select.inp{
	width: 15.5em;
}
.frm .row input.inpMed{
	width: 13em;
}
.frmSml .row input.inpMed,
.frmVert .row input.inpMed{
	width: 8em;
}
.frm .row  span.chk{
	padding: 0 0 0 12.75em;
	width: 37em;
}
.frmSml .row  span.chk{
	padding: 0 0 0 0.5em;
	width: 15.5em;
}
.frmVert .row  span.chk{
	padding: 0;
	width: 16em;
}
.frm .row  span.chk input{
	line-height: 1.5em;
	float: left;
}
.frm .row  span.chk label{
	width: 35em;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	vertical-align:middle;
}
.frmSml .row  span.chk label{
	width: 30em;
}
.frmVert .row  span.chk label{
	width: 14em;
}
.frm .row textarea{
	height: 5em;
}
.frm .row label.thin,
.frm .row input.thin{
	width: 5em;
}
.frm .row label.med,
.frm .row input.med{
	width: 7em;
}
.frm .row p.note{
	padding: 0.3em 0 0 13.5em;
	margin: 0;
    color: #3c597d;
}
.frm .buttons{
	padding: 0.3em 0 1em 12.75em;
	text-align: left;
	width: 100%;
}
.frmSml .buttons{
	padding: 0.3em 0 1em 7.5em;
}
.frmVert .buttons{
	padding: 0.3em 0 1em 0;
}
.frm blockquote{
	margin-left: 10em;
}
.frm fieldset div.instructions {
	float: right;
	width: 15em;
	height: auto;
	margin: 0px 0px 10px 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #ccccff;
	color: #666;
}
.frm fieldset div.instructions h4 {
	font-size: 1em;
	background: url(/img.frmhelp.png) no-repeat top left;
	padding: 3px 0px 3px 20px;
	border-bottom: 1px solid #666;
	color: #666;
}
.frm fieldset div.instructions p{
	font-size: 0.9em;
	margin: 0 0 1.2em 0;
	color: #666;
}

.frm fieldset div.instructions ol,
.frm fieldset div.instructions ul{
	margin: 0 0 1.2em 0em;
}

.frm fieldset div.instructions ol li,
.frm fieldset div.instructions ul li{
	font-size: 0.9em;
}

.frm fieldset div.instructions p a,
.frm fieldset div.instructions p a:link,
.frm fieldset div.instructions p a:active,
.frm fieldset div.instructions p a:visited{
	color: #666;
}
.frm fieldset div.instructions p a:hover{
	color: #FF0000;
}
.frm fieldset div.instructions ul.last,
.frm fieldset div.instructions ol.last,
.frm fieldset div.instructions p.last{
	margin: 0em;
}
.frm fieldset div.AspNet-RadioButtonList {
	width: 20em;
}
.frm fieldset div.AspNet-RadioButtonList label{
	float: none;
	display: inline;
	text-align: left;
	padding: 0.3em 0.5em 0 0;
}
.frm fieldset div.AspNet-RadioButtonList span{
	padding: 0.3em 0.5em 0 0;
	float: none;
	display: inline;
}
.frm fieldset div.AspNet-RadioButtonList ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.frm fieldset li.AspNet-RadioButtonList-Item{
	white-space:nowrap;    /* forces the radio button and text to be on the same line */
	clear: left;
}
.frm fieldset div.notes {
  float: right;
  width: 200px;
  height: auto;
  margin: 0px 0px 10px 5px;
  padding: 5px;
  border: 1px solid #666;
  background-color: #ccccff;
  color: #666;
}

.frm fieldset div.notes h4 {
  font-size: 1em;
  background: url(/img.frmhelp.png) no-repeat top left;
  padding: 3px 0px 3px 20px;
  border-bottom: 1px solid #666;
  color: #666;
}

.frm fieldset div.notes p{
  font-size: 0.9em;
  margin: 0 0 1.2em 0;
  color: #666;
}

.frm fieldset div.notes ol,
.frm fieldset div.notes ul{
  margin: 0 0 1.2em 0em;
}

.frm fieldset div.notes ol li,
.frm fieldset div.notes ul li{
  font-size: 0.9em;
}

.frm fieldset div.notes p a,
.frm fieldset div.notes p a:link,
.frm fieldset div.notes p a:active,
.frm fieldset div.notes p a:visited{
  color: #666;
}

.frm fieldset div.notes p a:hover{
  color: #FF0000;
}

.frm fieldset div.notes ul.last,
.frm fieldset div.notes ol.last,
.frm fieldset div.notes p.last{
  margin: 0em;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
