<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


.forms{

	margin-top:70px;
	margin-left:-20px;
	width:100%;
	font-family:"verdana";
	font-size:12px;
}

.fields{
    width:230px;
	margin-bottom:10px;
	padding:5px;
	border:1px #CCC solid;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	background:#ebebeb;
}

.fields h3{
	font-size:18px;
	color:#727272;
	font-weight:bold;
	margin-bottom:0px;
}

.fields ul{
	list-style:none;
}

.fields ul li{
	padding-top:5px;
	padding-bottom:5px;
}
</pre></body></html>