.registerform {
	margin: 1em 25px 1em 25px;
}

.registerform-label {
	color: #5E7536;
	font-size: 10pt;
	width: 210px;
	height: 17px;
	float: left;
	display: table;
}

.registerform-user {
	font-size: 10pt;
	color: #CC4329;	
}

.registerform input, .registerform textarea, .registerform select {
	color: #000;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.registerform p {
	color: #CC4329;
	font-size: 10pt;
	margin: 0em 0px 0.2em 0px;
}

.registerform hr {
	color: #E1EBE4;
	border: 1px solid #E1EBE4;
}

.contactform {
	margin: 1em 25px 1em 25px;
}

.contactform-label {
	color: #5E7536;
	font-size: 10pt;
	width: 150px;
	height: 17px;
	float: left;
	display: table;
}

.contactform input, .contactform textarea, .contactform select {
	color: #5A6092;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.no-border input {
	border: 0px solid white;
}

html>body .no-border input {
	border: 1px solid #6CC128;
}

.submit-but {
	text-align: center;
	margin: 0.8em 0px 0px 0px;
}

.submit-but input {
	border: 0px solid white;
}