  .fye .expander {overflow:hidden;clear:both;border-bottom:1px #c0c0c0 solid;}
.fye .expanderhead {clear:both;cursor:pointer;overflow:hidden;background-color:#FFF;padding:10px;}
.fye .expanderhead .icon {float:left;width:24px;font-size:24px;line-height:24px;font-weight:bold;color:#127DD6; font-family: 'Courier New';}
.fye .expanderhead h4 {float:left;line-height:24px;font-size:16px;margin:0;padding:0}
.fye .expanderbody {display:none;padding-bottom:5px;}
.fye .expanderbody .choice {clear:both;overflow:hidden;margin:20px 0;}
.fye .expanderbody .choicedesc {float:left;width:90%;}
.fye .expanderbody .choicedesc h6 {margin:0;}
.fye input[type='text'],.fye input[type='submit'], .fye textarea {
	width:93%;
	border: 1px solid #bbb;
	font-size: 1.1em;
	padding: .4em 1%;
	display: block;
	-webkit-appearance: textfield;
	background-color: white;
}
.fye input[type='checkbox'] {
	float:left;
	width:20px;
	margin-top:5px;
	font-size:18px;
}
.fye input[type='file'] {border:none;-webkit-appearance: none;}
.fye input[type='submit'].submitbutton {
	border-radius: 4px;
	background-color:#FFC266;
	width:50%;
	font-weight:bold;
}
.fye label {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	font-weight:bold;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 4px 0 0px;
}
.fye .leftside {float:left;width:45%;margin-right:20px;}
.fye .rightside {float:left;width:45%;}
.fye .multifield {float:left;width:30%;margin-right:10px;}
.fye .formentry {padding:5px 0;overflow:hidden;}
.fye .headingseparator {margin-top:20px;}
.fye .st {display:none;}