/* CSS Document */.clear {	clear: both;}form {	width: 100%;}/* fieldset styling */fieldset {	margin: 12px 0; /*  space out the fieldsets a little*/	padding: 6px;	border : 1px solid #ccc;	background-color: transparent;}/* legend styling */legend {	font-size:14px;	font-weight:bold;}form p {	width: 100%;}/* style for  labels */label {	float: left;	width: 90px;	font-weight:bold;	font-size:11px;}.labelExt {	width: 160px;}.labelMed {	width: 140px;}.labelShort {	width:75px;	margin-left:6px;}/* style for required labels */.required {	font-size: 11px;	font-weight:bold;}input {	width: 215px;	margin-left:6px;}input.doubleWide {	width: 345px;	margin-left:6px;}input.zip {	width: 60px;	margin-left:6px;}input.phone {	width:100px;	margin-left:6px;}input.ext {	width: 50px;	margin-left:6px;}input.checkbox {	width: 15px;}select {	margin-left:6px;}input[type="text"], textarea {	border: 1px solid #999;}input.submit, input.reset {	width: auto;}textarea {	width: 215px;	height: 100px;	margin-left:6px;}textarea.moreInfo {	width: 345px;	height: 100px;	margin:3px 0 0 6px;}