#sign_up, #header_text {
	position: absolute;
	bottom: 0px;
	left: 210px;
	margin: 0px;
	float: left;
	height: 33px;
}

#main_box {
	border: 1px solid #c8c9ca;
	border-top: none;
	display: block;
	width: 590px;
	margin: 0px 20px 10px 0px;
	float: left;
	display: inline;
}

.box_container {
	float: left;
	clear: both;
	margin: 5px 0px 0px 0px;
	display: inline;
	width: 590px;
}

.box_header {
	padding: 5px;
	height: auto;
	background-color: #ed1c24;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	/*text-shadow: 1px 1px 1px #000;*/
	float: left;
	width: 580px;
}

.box {
	width: 580px;
	padding: 5px;
	float: left;
}

#reset_signup {
	float: left;
	clear: both;
	width: 510px;
	border-top: 1px solid #c8c9ca;
	padding: 10px;
	margin: 10px 0px 0px 30px;
	display: inline;
	text-align: center;
}

.box_field {
	float: left;
	width: 285px;
	margin: 5px 0px 5px 0px;
	display: inline;
	text-align: right;
	clear: both;
}

.box_field2 {
	float: left;
	width: 300px;
	margin: 5px 0px 5px 0px;
	display: inline;
	text-align: right;
	clear: both;
}