
/* -------------------- Investor Finace --------------------------- */
/* ------------------------ FORMS.CSS ---------------------------- */

/* -------------------------- Head ------------------------------- */

.textinput, select {
	width:240px;
	height: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #E7E7EF;
	border: 1px solid silver;
}

textarea.textinput {
	width:240px;
	height: 75px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #E7E7EF;
	border: 1px solid silver;
}

.textinput:hover, select:hover, textarea:hover {
	background-color: #efefef;
	color: navy; }

.textinput:focus, select:focus, textarea {
	color: navy;
	border: 1px solid navy;
	background-color: #fff;
}

.button, .buttoninput {
	font-family: verdana;
	font-size: 12px;
	color: navy; }

.form_mailer_fields {
	margin-left: 20px;
	border: 1px solid navy; }

.altrow {
	background: #fff;
	border-bottom: 1px solid navy;
	border-top: 1px solid navy; }

legend {
	color: navy;
	font-weight: bold; }

fieldset {
	margin: 0 20px 20px 20px; 
	border: 1px solid silver;
	-moz-border-radius: 7px; }


