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


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

}


	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 .nameform,
		#contactForm .phone,
		#contactForm .email,
		#contactForm .security_code {
			width: 140px;
			height: 18px;
			margin: 3px 5px;
			padding: 0;
			font-size: 10px;
		}


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

		#captchaIMG {
			width: 140px;
			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 */
form#contact {
}

/* Change floats and margins depending on where form is placed on Contact page */
#contactH3 {
	display: block;
	margin: 5px 0 0 0;
	float: none;
	color:#533125;
	font: normal 20px "Times New Roman", Times, serif;
}

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

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

#contactForm .nameform,
#contactForm .phone,
#contactForm .email,
#contactForm .security_code,
#contactForm .question,
#contactForm #Submit {
	border: 1px solid #ccc;
	background-color:#fff;
}




/* Submit/Reset button background color */

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

/* Hovered Submit/Reset button background color */

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