#form_box p {
	background-image: none;
}
fieldset {
	font-size: .8em;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	width: 450px;
	float: left;
	clear: left;
}
legend {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 2px solid #999999;
	position: absolute;
	left: .5em;
	top: -1em;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	line-height: 1em;
	color: #333333;
}
.label {
	text-align: left;
	float: left;
	margin-right: 5px;
}
fieldset p {
	line-height: 1em;
	width: 300px;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
}
.form-button {
	margin-left: 75px;
}
#form-box {
	width: 400px;
}