<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* forms */
ol.forms { float: left; list-style: none; width: 100%; text-align:left;}
	ol.forms li { clear: both; float: left; margin: 0 0 10px; width: 100%; }
		ol.forms li.buttons { float: none; margin-left: 110px; width: auto; }
		ol.forms li.buttons input { width: auto; }
	ol.forms label { cursor: pointer; display: block; float: left; font-weight: bold; margin: 0px 8px 0 0; width: 100px; text-align:right; padding: 4px;}
	ol.forms input, ol.forms textarea { font: inherit; padding: 2px; width: 340px; }
	ol.forms input[type=radio] {width:auto;}
	ol.forms input[type=checkbox] {width:auto;}
	ol.forms input[type=file] {width:auto;}
	ol.forms textarea { height: 150px; }
	ol.forms textarea.short { height: 100px; }
	ol.forms input.small {width: 100px;}
	ol.forms input.med,
	ol.forms select.med {width: 150px;}

ol.forms li.checkbox {padding-left:112px;}
ol.forms li.checkbox input[type=checkbox] {float:left;}	
ol.forms li.checkbox label {float:left;width:auto;}
	
ol.forms li.grouping label { margin: 0; width: auto; }
ol.forms li.grouping { margin-bottom: 0; }
ol.forms li.grouping ul { list-style: none; margin-left: 134px; }
ol.forms li.grouping ul label { display: inline; float: none; font-weight: normal; margin: 0 0 0 10px; width: auto; }
ol.forms li.grouping ul input { width: auto; }

ol.registration_form { float: left; list-style: none; width: 100%; text-align:left;padding:0px;margin:0px;}
	ol.registration_form li { clear: both; float: left; margin: 0 0 10px; width: 100%; }
		ol.registration_form li.buttons { float: none; margin-left: 110px; width: auto; }
		ol.registration_form li.buttons input { width: auto; }
	ol.registration_form label { cursor: pointer; display: block; float: left; font-weight: bold; margin: 3px 8px 0 0; width: 100px; text-align:right; padding: 3px;}
	ol.registration_form input, ol.registration_form textarea { font: inherit; padding: 2px; width: 440px;}		
	ol.registration_form input.small {width:200px;}
	ol.registration_form input[type=checkbox] {width:auto;}
	
ol.loginform { float: left; list-style: none; width: 100%; text-align:left;padding:0px;margin:0px;}
ol.loginform li { clear: both; float: left; margin: 0 0 0px; width: 100%; }
	ol.loginform li.buttons { float: none; margin-left: 110px; width: auto; }
	ol.loginform li.buttons input { width: auto; }
ol.loginform label { cursor: pointer; display: block; float: left; font-weight: bold; margin: 3px 8px 0 0; width: 70px; text-align:right; padding: 3px;}
ol.loginform input { font: inherit; padding: 2px; width: 200px;}		
ol.loginform li.buttons { float: none; margin-left: 84px; width: auto; }</pre></body></html>