#clear{
	clear:both;
	padding: 5px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	
	background: url("") repeat;
}
#container {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#headerForm {
	margin: 10px;
	text-align: center;
	padding: 20px;
	background: yellow;
}
#theform fieldset legend {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
#side-a {
	float: left;
	margin-left:5px;
	width: 32%;
}

#side-b {
	float: left;
	width: 32%;
}

#content { 
	float: left;
	width: 32%;
}

#footer {
	clear: both;

	margin-top: 5px;
}

/* Styling for Form  */
#pt1, #pt2, #pt3 {
	height: 225px;
}

#theform fieldset label {
	font-size: 0.9em;
	display: block;
	line-height: 1.5em;
	}
/* pt4 styling */
#pt4{
	height: 150px;
	padding: 10px;
	margin: 10px;
}
#pt4 h3{
margin-top: 5px;
margin-bottom: 5px;
}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.9em;
	}
#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;
	}
#addons{
float:left;
width:250px;
}
#disclaimer{
float:left;
width: 200px;
}
.errorBox{
	color:#F00;
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	background-color:#FFF;
}