@charset "utf-8";
/* CSS Document */
#theform {
	background-color: #4F4F00;
	font-size:11px;
	}
#theform fieldset {
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	font-size: 1em;
	color:#FFF;
	margin:0;
	padding:5px;
	}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 10px;
	height:3em;
	}
#theform fieldset label {
	display: block;
	line-height: 1.5em;
	color:#FFF;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.5em;
	border:1px solid #960;
}
#theform fieldset textarea, #theform fieldset select{
	border:1px solid #960;
	width:160px;
}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset .error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.9em;
	display: block;
	margin-top:3px;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 46em;
	height: 5em;
	border: 10px solid #666600;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 28em;
	float: left;
	font-size:10px;
	color:#FFF
	}
#theform #pt4 input {
	height: 3em;
	font-size: 16px;
	width: 13em;
	color: #FFF;
	background: #960;
	border:1px solid #990;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	cursor:pointer;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}