@charset "utf-8";
/* CSS Document */


form#contact {
	width: 170px;
	height: auto;
	margin: 20px auto;
	padding: 5px;

}


	table#contactForm {
		height:auto;
		margin: 0;
		padding: 0;
	}

		#contactForm input,
		#contactForm textarea {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			display: block;
			font: 10px/16px Arial, Helvetica, sans-serif;
			border: 0;
		}

		#contactForm textarea {
			overflow: auto;
		}
			
			#contactForm input:focus,
			#contactForm textarea:focus {
				background-color: #FFFFDF;
				border: 1px dashed #333;
			}
			.required {
					background-color: #FDF4F4;
				}
					.required:focus {
						border: 1px solid #DB3E3E !important;
						background-color: #FDF4F4 !important;
					}
	
		#contactForm .formname,
		#contactForm .formphone,
		#contactForm .email,
		#contactForm .security_code {
			
			width: 155px; 
			height: 15px;
			margin: 3px 5px;
			padding: 0px;
			font-size: 10px;
		}


		#contactForm .question {
			width: 155px;
			height: 50px;
			margin: 3px 5px;
			padding: 0px;
		}

		#captchaIMG {
			width:155px;
			height:38px;
			margin: 3px 5px;
			padding: 0;
			display: block;
		}

		#contactForm #Submit {
cursor:pointer;
float:right;
font-size:12px;
height:19px;
margin:3px 5px;
padding:0;
width:69px;
		}

			.questionText {
				font: 10px/13px Arial, Helvetica, sans-serif;
			}	
			
			
			

.height40 {
	height: 40px;
}
.justified {
	text-align: justify;
}

/* ---------------------- Typical Edits Begin HERE ---------------------- */

/* Form background color */

/* Change floats and margins depending on where form is placed on Contact page */
#contactH3 {
	display: block;
	margin:0px 0;
	padding:0px;
	color:#000;
	font:15px Arial, Helvetica, sans-serif;
	text-align:center;
	float: none;
}
form#contact {
	float: none;
	clear: none;
	margin: 0px auto;
	color:#000;
}

/* Form text color */
#contactForm input,
#contactForm textarea,
 {
	color: #000; 
}

/* Border color around form elements */
#captchaIMG,

#contactForm .formname,
#contactForm .formphone,
#contactForm .email,
#contactForm .security_code,
#contactForm .question,
#contactForm #Submit {
	border: 1px solid #ccc;
	background-color:#999999;
}




/* Submit/Reset button background color */

#contactForm #Submit {
	background-color: #F0F0F0;
}

/* Hovered Submit/Reset button background color */

#contactForm #Submit:hover {
	background-color: #fafafa;
}