#theform {
	width: 70em;
}
.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 12pt; height: 25px;}
#theform fieldset {
	height: 20em;
	width: 20em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
	
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: silver;
	}
#theform legend2 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: silver;
	}	
	
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	font-size: 1.3em;
	}
#theform fieldset div.help {
	color: #silver;
	font-size: 1em;
	font-weight: bold;
	height: 2em;
	}
#theform fieldset label {
	font-size: 1em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset label1 {
	font-size: 1em;
	line-height: 1.5em;
	}	
#theform fieldset input {
	font-size: 0.8em;
	height: 2em;
	}
#theform #pt2a {
	position: relative; 
	top: 118px; 
}
#theform #pt2b {
	position: relative; 
	top: 10px;
	right: -200px;
	
}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #silver;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	width: 500px;
	}
#theform #pt3a {
	position: relative; 
	top: 115px;
	width: 700px;
	height: 510px;
}	
#theform #pt3b {
	position: relative; 
	top: 115px;
	width: 700px;
	height: 180px;
}	

/* Part 4 Styling */
#theform #14 {
	clear: both;
	width: 38em;
	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: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #666666; 
	background: #f3f3f3;
	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;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}
-->

