/* GENERIC FORM STYLING */
#content form {
	width:400px;
	color:#BABABA;
}
	#content form fieldset {
		border:0;
		padding:12px 0 12px 0;
	}
		#content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#content span.message {
			width: 300px;
		}
		#content form div {
			margin-top:10px;
			width:100%;
		}
		#content form label {
			font-size:14px;
			color:#BABABA;
			padding-bottom:3px;
		}
			#content form label.left {
				float:left;
				width:12em;
			}
			#content form label.FormHeading {
				font-size:1.3em;
				color:#dddddd;
				font-weight:bold;
			}
		#content form input.text,
		#content form textarea,
		#content form select {
			width:400px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Form_Form {
		 	Arial,Helvetica,sans-serif;
			font-size:14px;
			color:#BABABA;
		}
		#Form_Form_Name,
		#Form_Form_Email,
		#Form_Form_Telephone {
			width:250px;
		}
		
		#Form_Form_Question {
			width:500px;
			height:200px;
		}
		
		#Form_Form_action_SubmitContactForm {
			margin-top:10px;
		}
		
		#content form input.numeric {
			width:200px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#content form input.year {
			width:35px;
		}
		#content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#content form p.Actions input {
				padding:2px;
			}

	
		#content form .error input {
			border: 1px solid #f00;
			background: #f66;
		}
		
		#content form .error textarea {
			border: 1px solid #f00;
			background: #f66;
		}
	