#testimonials_content {
	display: block;
	float: left;
	clear: none;
	width: 900px;
	margin: 0 0 10px 25px;
}

#register_main{
	display: block;
	float: left;
	clear: none;
	width: 900px;
	margin: 10px 0 10px 25px;
}

#register_error {
	display: block;
	float: left;
	clear: both;
	width: 800px;
	margin: 10px 0 10px 50px;
}

#register_error h3 {
	font: 13px "Arial";
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #573B1B;
}

#register_error p {
	font: 11px "Arial";
	font-weight: normal;
	text-align: left;
	color: #673514;
}

#register_box {
	display: block;
	float: left;
	clear: none;
	top: 0;
	left: 0;
	margin: 10px 0 10px 0;
	width: 600px;
	padding: 0;
	border: 2px solid #573B1B;
}

#register_box label {
	margin: 3px 3px 3px 5px;
	font: 14px "Arial";
	display: block;
	clear: none;
	float: left;
	width: 200px;
	text-align: right;
	color: #573B1B;
	padding: 3px;
}

.register_input {
	margin: 3px 0 3px 5px;
	display: inline;
	font: 14px "Arial";
	clear: none;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #573B1B;
	background: #D9D268;
}
#register_title {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	overflow: hidden;
	padding: 5px; 
	text-align: left;
	font: 15px "Arial";
	font-weight: bold;
	color: #F3E6A2;
	background: #573B1B;
}

#register_helper {
	display: block;
	float: right;
	clear: right;
	margin: 10px 0 10px 0;
	border: 2px solid #573B1B;
	padding: 5px;
	width: 200px;
}

#register_helper p {
	margin: 5px;
	font: 13px "Arial";
	color: #573B1B; 
	text-align: left;
}

#register_helper h4 {
	text-align: center;
	font: 14px "Arial";
	font-weight: bold;
	color: #573B1B;
	text-decoration: underline;
}

.register_submit {
	display: block;
	border: 1px solid #573B1B;
	background: #573B1B;
	color: #F3E6A2;
	font: 14px "Arial";
	font-weight: bold;
	width: 175px;
	padding: 3px 10px 3px 5px;
}

#register_seperator {
	display: block;
	width: 100%;
	margin: 5px 0 5px 0;
	clear: both;
	float: left;
}

#sError {
	display: block;
	float: right;
	clear: right;
	margin: 10px 0 10px 0;
	border: 2px solid #573B1B;
	padding: 5px;
	width: 200px;
	background: #B8900E;
}

#sError p {
	margin: 5px;
	font: 14px "Arial";
	font-weight: bold;
	color: #000; 
	text-align: left;
}

#sError h4 {
	text-align: left;
	font: 16px "Arial";
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#thanks {
	display: block;
	float: right;
	clear: right;
	margin: 10px 60px 10px 0;
	border: 2px solid #573B1B;
	padding: 5px;
	width: 300px;
	background: #B8900E;
}

#thanks p {
	margin: 5px;
	font: 14px "Arial";
	font-weight: bold;
	color: #000; 
	text-align: left;
}

#thanks h4 {
	text-align: left;
	font: 16px "Arial";
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

