form {
	margin: 0 0 0 25px;
	padding: 0;
  font-family: verdana, arial, sans-serif;
  font-size: .7em;
}

fieldset {
	margin: 1em 0em 0em 0em;
	border: none;
	  color: #003366;

}

legend {
	margin: 1em 0em 0em 1em;
	padding: 0em .9em .6em 1.8em;
	color: #003366;
  background: url(logosmall.gif) top left no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}

label {
	float: left;
	width: 120px;
	padding: 0 .8em;
	text-align: right;
	
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 250px;
	border: 1px solid #01011c;
	padding: 1px;
}

form select{
  width: 250px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	margin: 0 0 0 145px;
	padding-top: .5em;
	color: #003366;

}

#fm-submit input {
	border: 1px solid #01011c;
	padding: 1px .8em;
	height: 22px;
	width: 80px;
  background: transparent;
	color: #003366;
	font-size: 90%;
}

input:focus, textarea:focus {
	background: #F8FF95;
	color: #000000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
	color: #8D0000;

}

/*fieldset div.fm-req label:before {
	content: "* "; } */

