﻿		#stfForm {
			font-size: .9em;
			margin: 0;
			padding: 0;
			white-space:normal /* IE7 needs this to fix incorrect button wrapping style*/;
			
		}
		
		#stfForm fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		#stfForm fieldset legend {
			color: #777;
			font-weight: bold;
			padding: 0 0 5px 0;
			margin: 0 0 8px 0;
		}
		
		#stfForm fieldset div {
			padding: 5px 0;
		}
		
		#stfForm fieldset label {
			float: left;
			width: 9em;
			padding: 0;
			margin: 0;
		}
		
		#stfForm fieldset input.longfield, #stfForm fieldset textarea.longfield {
			font-family: Verdana, Arial, Sans-serif;
			font-size: 1em;
			padding: 2px;
			margin: -.3em 0 0 0;
			width: 30em;
		}
		
		#stfForm fieldset input.check {
			width: auto;
		}
		
		#stfForm fieldset textarea {
			height: 10em;
		}
		
		#stfForm fieldset small {
			display: block;
			margin: 0 0 0 11.2em;
			color: #888;
		}

