/* ============= jquery Collapsible =======*/
fieldset {
	padding: 0.1em;
	border: 0.1em solid white;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
	margin-bottom: 1.0em;
	padding-left:4em;
	padding-right:4em;
}

fieldset.collapsible {
	padding-top: 0.1em;
	padding-bottom: 1.0em;
	border: 0.1em solid white;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
	margin-bottom: 1.0em;
	padding-left:4em;
	padding-right:4em;
}

fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 1.0em;
	margin-left: 0.3em;
	padding-left:4em;
	padding-right:4em;
}

legend.collapsible {
	color: #00FF00;
	/*width:20.2em;*/
	width:auto;
	height:3.8em;
	text-align:center;
}

legend.collapsible:hover {
	color: #FF3300;
	/*width:20.2em;*/
	width:auto;
	height:3.8em;
	text-align:center;
}

legend.collapsed {
	color: #FFCC33;
	/*width:20.2em;*/
	width:auto;
	height:3.8em;
	text-align:center;
}

legend.collapsed:hover {
	color: #FF3300;
	/*width:20.2em;*/
	width:auto;
	height:3.8em;
	text-align:center;
}

/* ========== End jquery Collapsible ============*/
