

fieldset ol li textarea {width: 200px;}
.emailform_error { color:#D73030; display:block; font-size:11px; font-style:italic; font-weight:normal; margin-top:-7px; padding-right:15px; }
.required_note {clear: both; margin-bottom:0; padding-bottom: 0;}

fieldset legend { display:block; font-weight: normal; font-size:1.3em; border-bottom:none; height:1.2em;  width:900px; line-height:1.2em;}

fieldset ol li fieldset legend { padding-top:0px;}
fieldset ol   {width:100%;}

fieldset ol li fieldset ol li input{ width:20px; }

.timelength legend{height:3.5em;}

fieldset ol li {margin-bottom:0.6em; }
fieldset ol { list-style: none; margin-left:-40px; }

.form_action_fieldset ol li{margin-left:0px;}

label span.text-danger{color:rgb(102,102,102)}
label, label span {font-weight:normal;}

.radio.radio-checked > label:before{
  content: "\2022";
}
select {
	display: block !important;
}

.display-off {
	display: none;
}
.display-on {
	display: block;
}