/* ====


=== */

/* =================================  MailTo Form  ================================= */


.formLabel {
	font-size: 14pt; 
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-style:normal;
	text-align: left;
}

.formField {
	padding: 2px;
	width: 99%;
	font-size: 14pt; 
	font-family: Helvetica, Arial, sans-serif;
	font-style:normal;
	color: #424242;
	background: white; 
	border-color: #bebebe;
	display: block;
	border-radius: 4px;
}

.formSubmit {
	height: 36px;
	font-size: 14pt; 
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	text-align: center;
	background: #A9A9A9; 
	float: right;
	border-radius: 4px;
}

.formSubmit:hover {
	color: white;
	background: tungsten; 
}

.formSubmit:active {
	color: black;
	background: blue; 
}

/* style the border on the fields when selected  */
input:focus, textarea:focus, #submit:focus,  {
border-color: #092e4a !important;
outline: none !important;
box-shadow: 0px 0px 8px 2px #092e4a;
}

