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


form#contact {
	width: 124px;
	height: auto;
	margin: 20px 5px;
	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: 12px/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 .name,
		#contactForm .phone,
		#contactForm .email,
		#contactForm .security_code {
	width: 124px;
	height: 20px;
	margin: 3px 5px;
	padding: 0px;
	font-size: 12px;
		}


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

		#captchaIMG {
			width:124px;
			height:30px;
			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: 5px 0 0 0;
	float: none;
}
form#contact {
	float: none;
	clear: none;
	margin: 20px auto;
}

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

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

#contactForm .name,
#contactForm .phone,
#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;
}

