input, select, checkbox, radiogroup, textarea, textfield, menu {
	background: #FFFFFF;
	border: 1px solid #000066;
}
.radiogroup {
	appearance:radio-button;
	width: 100%;
}
.button {
	color: #FFFFFF;
	background-color: #000066;
	background-position: center;
}
input:focus, select:focus, checkbox:focus, textarea:focus, radiogroup:focus, menu:focus {
	color: #FFFFFF;
	background-color: #000066;
}
.textarea {
	width: 167px;
}
label {
	display: block;
	float: left;
	width: 220px;
	height: auto;
	padding-right: 7px;
}
.textfield {
}
form {
	width: 100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 135%;
	margin: 0px;
}
form div {
	margin-top: 8px;
}
fieldset {
	padding: 10px;
	border:none;
}
legend {
	width: 100%;
	text-align:left;
	font-size: 1.2em;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#formContainer {
	width: 100%;
}
#Col1, #Col2 {
	width: 49%;
}

#Col2 {
	float: right;
}
.textarealarge {
	width: 530px;
}
.textfieldsmall {
	width: 100px;
}
.labelsmall {
	display: block;
	float: left;
	width: 136px;
	height: auto;
	padding-right: 7px;
}
.labelsmallest {
	display: block;
	float: left;
	width: 30px;
	height: auto;
	padding-right: 7px;
}
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
  } 
  div.spacer {
  clear: both;
  }
  
