#FOPSIform  fieldset {
	padding: 1em;
	margin: .5em 0;
	clear: both;
}
#FOPSIform {
	font-size: 100%;
	width: 500px;
	margin-bottom: 2em;
}
#FOPSIform legend {
	font-size: 1.15em;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #0c592b;
}
#FOPSIform label {
	display: block;
	padding: 0.25em 0;
}

#FOPSIform input.text, #FOPSIform select, #FOPSIform textarea {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background: #FFFFFF !important; /* To keep form fields consistent (no yellow form fields with google toolbar */
}
#FOPSIform input:focus, #FOPSIform select:focus, #FOPSIform textarea:focus {
	background: #d2f0fe !important; 
}
#FOPSIform input.text {
	width: 100%;
	height: 1.25em;
}
#FOPSIform textarea {
	width: 100%;
	height: 6em;
}
#FOPSIform #cityField, #FOPSIform #state, #FOPSIform #zipField, #FOPSIform #phoneField, #FOPSIform #emailField {
	float: left;
	display: inline;
}
#FOPSIform #cityField {
	width: 50%;
	margin-right: 2.5%;
}
#FOPSIform #state {
	width: 15%;
	margin-right: 2.5%;
}
#FOPSIform #zipField {
	width: 30%
}
#FOPSIform #stateSelect {
	width: 100%;
}
#FOPSIform #phoneField {
	clear: left;
	width: 35%;
	margin-right: 2.5%;
}
#FOPSIform #emailField {
	width: 62.5%;
}
#submit, #reset {
	padding: 0 1em;
	margin-right: 1em;
	margin-top: 1em;
	display: inline;
	font-size: 1em;
}
#submit:active, #reset:active {
	border: 1px solid #333;
}
#FOPSIform p {
	margin-left: 0px;
}
#FOPSIform #radioGroup {
}
#FOPSIform #radioGroup div {
	float: left;
	width: 65%;
}
#FOPSIform #radioGroup p {
	margin: 0;
	float: left;
	display: inline;
	width: 35%;
	padding: .25em 0;
}
#FOPSIform #radioGroup p input {
	padding-right: .5em;
	clear: left;
}
#FOPSIform #radioGroup p label {
	float: left;
	display:inline;
	margin-right: 1em;
}
#FOPSIform #numbersField div {
	width: 30%;
	float: left;
	display: inline;
	margin-right: 5%;
}
#FOPSIform #numbersField #arBalanceDiv {
	margin-right: 0;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
p.error {
	color: #CC0000;
}