label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
}
fieldset {
	border: none;
	border: 1px solid #372D23;
	padding: 10px;
	background-image: url(../img/register.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
fieldset legend {
	display: none;
}
input, select, textarea {
	width: 200px;
	border: 1px solid #372D23;
}
textarea {
	height: 75px;
}
input.powermail_submit {
	margin-left: 150px;
	background-color: #6C2C2C;
	color: #ffffff;
	width: 130px;
}
