<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(layout.css.php);

.myform { color: #3b515b; font-size:14px; }
.myform	input { width:68%; float:right;}
.myform	textarea { width:68%; float:right;}
.myform	label { width:100%; float:left; }

.myform fieldset	{ color: #3b515b; font-size:14px;  position:relative;  width:100% }
.myform fieldset .multifieldset { position:relative; width:68%; float:right; }
.myform fieldset .multifieldset	input { clear:both; width:5%; float:left; }
.myform fieldset .multifieldset	label { width:94%!important; float:left; }
.myform .frml_end	{ padding:30px 0 0 0; width:69%; float:right; }
.myform .frml_end	input.btn {  position:relative; width:auto; float:left;   }
.myform .frml_end	.pfl { float:right; }</pre></body></html>