div#fc_app {
	display: none; 
	background-color:#fff;
}
table.fc_resultsTable {
	border-top:1px solid #e9e9e9;
    border-bottom:2px solid #91BA00;
    border-collapse:collapse;
}
table.fc_resultsTable  tr{
	border-right: 1px solid #E9E9E9;
}
table.fc_resultsTable td {
	padding:7px;
    background-color:#fff;
    border-left:1px solid #e9e9e9;
    border-bottom:1px solid #E9E9E9;
    vertical-align: top;
}
table.fc_resultsTable td.fc_main {
	font-weight:bold;
	width:auto;
	background-color:#bacb4a;
    color:#fff;
    padding:8px;
    font-size:1em;
    border-left:1px solid #e9e9e9;
    background: #a0ab4b;
}
table.fc_resultsTable td  ul{
	list-style-type: none;
}
fieldset#fc_app_fieldset, fieldset#fc_voluntaryPanel{
	border:none;
}
fieldset#fc_app_fieldset{
	padding:0px;
}
fieldset#fc_app_fieldset legend{
	margin-bottom:10px;
}
fieldset#fc_voluntaryPanel{
	padding:0px;
}
img.fc_pdf, img.fc_new_window{
	border: rgb(0,0,0) 0px solid; 
}
button#fc_calculateBtn, button#fc_resetBtn, button#fc_resetBtn_last, button#fc_selectBtn{
	background-color:transparent;
	background-image:url('../images/button.png');
	background-position:100% 100%;
	background-repeat:no-repeat;
	border:none;
	color: #000000;
	cursor:pointer;
	cursor:hand;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	overflow:visible;
	padding:4px 12px 3px 7px;
	height:30px;
}
button#fc_resetBtn_last{
	background-image:url('../images/button2.png');
	font-size:10px;
	height:25px;
	clear:both;
}
p#fc_rentTxt_error, p#fc_valueTxt_error{
	display: none; 
	color:red;
}
button#fc_selectBtn{
	margin: 10px 0px 0px 0px;
}
div#fc_white_out {
	display: none; 
	background-color:#fff;
	width:400px;
	height: 600px;
}
#fc_chosen_appdesc{
	font-weight:bold;
}