@charset "utf-8";
/* CSS Document */

#Ribbon {
	position: absolute;
	top: -12px;
	right: -11px; 
	width: 176px;
	height: 175px;
	z-index: 1000;
}
* 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: #FFF;	
	font-size: .8em;
}
label {                     /*Gives consistent width to all form labels.*/
	font-family:"Trebuchet MS";
	font-size:14px;
	display: block;
	width: 150px;
	margin-bottom: .8em;
}
input[type="text"], select {   /*input[type="text"] not supported in IE6, text input will display at default IE6 width*/
	width: 150px;
}
textarea {
	width: 300px;
	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;	
}

.form{
	margin:0px
}

