#theform {
	border-top: 1px dotted #b2b2b2;
	}
#theform fieldset {
	height: 29em;
	width: 22em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	color: #d2d2d2;
	font-size: 4em;
	font-weight: bold;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 2em;
	font-size: 1.6em;
	}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.9em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 1em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 1em;
	height: 1.5em;
	width: 20em;
	border: 1px solid #d2d2d2;
	margin-bottom: .6em;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 960px;
	height: 3em;
	border-top: 1px dotted #b2b2b2;
	/*border-width: 1px 0;*/
	padding: 0;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}

#theform #pt4 input {
	height: 2em;
	font-size: 1em;
	width: 7em;
	color: #fff; 
	background: #000;
	border: 1px solid #000;
	float: left;
	margin-top: 25px;
	}