<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.form_table {
width:100%;
}
table.form_table th {
width:25%;
}
table.form_table label{
display:inline-block;
margin-right:1.5em;
cursor:pointer;
}

div.sub_header_mainmenu {
	background-color:#888888;
	border-right:2px solid #888888;
	border-bottom:2px solid #888888;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
input.sidebox_searchword {
width:120px;
}
.ecms_imageauto_100 {
width:100%;
max-width:100%;
}
* html .ecms_imageauto_100 {
	behavior : expression((function( el ) {
		if (el.offsetWidth&gt;1) {
			el.style.width = '1px'
		} else {
			el.style.width = el.parentNode.offsetWidth+'px';
			el.runtimeStyle.behavior = 'none';
		}
	})( this ));
}
.ecms_imageauto_40 {
width:40%;
max-width:40%;
}
* html .ecms_imageauto_40 {
	behavior : expression((function( el ) {
		if (el.offsetWidth&gt;1) {
			el.style.width = '1px'
		} else {
			el.style.width = Math.round(el.parentNode.offsetWidth*0.40)+'px';
			el.runtimeStyle.behavior = 'none';
		}
	})( this ));
}</pre></body></html>