@charset "utf-8";
/* CSS Document */	
/* -----------------------------------------------------------*/
#theform {
	background-color: #fcf7df;
	font-size:11px;
	border:1px solid #f1da71;
}
#theform fieldset {
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	color: #4dc91f;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4dc91f;
}
#theform fieldset legend span {
	display: none;
}
#theform fieldset h3 {
	font-size: 1em;
	color:#333;
	margin:0;
	padding:5px;
}
#theform fieldset div.help {
	color: #999;
	font-size: 10px;
	height:3em;
}
#theform fieldset label {
	display: block;
	line-height: 1.5em;
	color:#333;
}
#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: 50.8em;
	height: 5em;
	border: 10px solid #4fca20;
	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:#F90;
	}
#theform #pt4 input {
	height: 3em;
	font-size: 16px;
	width: 13em;
	color: #FFF;
	background:top left url(../images/co_bg.png) repeat-x;
	font-weight: bold;
	float: right;
	cursor:pointer;
}
#theform #pt4 input:hover{
	background:top left url(../images/co_bg_h.png) repeat-x;
	padding-right:1px;
	padding-top:1px;
}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}