@charset "utf-8";
/* CSS Document */


#dropWrap{                      /*Wrapping div added at run-time to show semi-transparent, rounded border*/
	position:relative;
	margin-top: 20px;
	width: 700px;
	margin-right: auto; 
	margin-left: auto;
	padding-left:20px;
	padding-right:30px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

* html #dropWrap {
	padding-bottom:0px;
	padding-right: 10px;
}

#FormContainer h1 {		  
	text-align: center;
	font-size: 1.6em;
	color: #148C14;
	margin-bottom: 0;
	font-weight:bolder;
}
* html #Ribbon { /*Take out ribbon for IE6*/
	display: none;
}
form {
	margin-left: 25px;
}
.subHead {
	margin-top: .8em;
	text-align:center; 
	margin-bottom: 2em;	
}
.req_input {		
	color: #FF0000;	
	font-size: .8em;
}
label {                     /*Gives consistent width to all form labels.*/
	display: block;
	text-align:left;
	width: 200px;
	margin-bottom: .8em;
}
input[type="text"], select {   /*input[type="text"] not supported in IE6, text input will display at default IE6 width*/
	width: 200px;
	background:#FFFFFF;
	border:#a6a6a6 1px solid;
}
textarea {
	width: 410px;
	height: 100px;
}
#SubmitButton {     /*Pushes the submit button under the last input area (in this case the <textarea> and aligns it*/
	clear: both;
	margin-left: 150px;
	margin-top: 1.5em;
}
#Ajax_Disclaimer {
	position: absolute;
	bottom: 15px;	
}