fieldset {
	float: none;
	clear: both;
	width: 500px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #bbd396;
	background-color: #D0E3B3;
}
legend {
	margin-left: 1em;
	color: #036;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
fieldset ol {
	padding: 0 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}
#list1 {
	width: 300px;
}
#ordernum {
	width: 100px;
}
#serialnum {
	width: 100px;
}
#idnum {
	width: 100px;
}
#password {
	width: 100px;
}
#password2 {
	width: 100px;
}
#city {
	width: 300px;
}
#state {
	width: 300px;
}
#zip {
	width: 100px;
}
#country {
	width: 300px;
}
#company {
	width: 300px;
}
#ssn {
	width: 100px;
}
#url {
	width: 300px;
}
#message {
	width: 300px;
}
#message2 {
	width: 300px;
}
#message3 {
	width: 300px;
}
#message4 {
	width: 455px;
}
#phone {
	width: 300px;
}
#firstname {
	width: 300px;
}
#fullname {
	width: 300px;
}
#lastname {
	width: 300px;
}
#address {
	width: 300px;
}
#email {
	width: 300px;
}
#email2 {
	width: 300px;
}
#searchterm {
	width: 300px;
}
#dropdown1 {
	width: 300px;
}
#couponcode {
	width: 200px;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 14em;
	background-color: transparent;	
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 1em;
}
label {
	position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
label em {
	position: absolute;
	left: 11.8em;
	top: 0;
}
#sampleboxes li {
	display: block;
	list-style-type: none;
	clear: both;
	float: none;
	height: auto;
	overflow: auto;
}
#sampleboxes ol {
	margin-top: .5em;
}
#sampleboxes label {
	display: block;
	margin-left: 1em;
	margin-top: 0.1em;
	float: left;
	clear: right;
	width: 350px;
}
#sampleboxes input {
	display: block;
	float: left;
}
