form {
	font-size: .9em;
	}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
		}
legend {
	font: bold;
	}
 label {
	float: left;
	width: 18em;
	} 
textarea {
	width: 16em;
	height: 100px;
	}
input[type="text"] {
	width: 200px;
	}
input[type="text"] label{
	width: 500px;
	}

input[maxlength="4"], input[maxlength="2"] {
	width: 5em;
	}
input.radio, input.checkbox, input.submit {
	width: auto;
	}
input.radio, input.checkbox {
	float: left;
	margin-right: 1em;
	border-style: none;
	}
/* input.radio label { 
	width: 400px;
	padding: 15em;
	} */
fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
fieldset fieldset legend {
	font: normal 0.8em "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	}

.nowrap  {
	float: none;
	width: 400px;
	font-size: 0.8em;
	clear: both;
	line-height: 2em;
	}

