
/* style for registration form */

h4.regtitle {
	width: 100%;
	text-align: center;
	color: #126F21;
	font-weight: bold;
}

button.reg {
	background: #777;
}
button.reg:hover {
	background: #336600;
}
button.reg a {
	font-weight: 100;
	letter-spacing: 2px;
	color: #fff;
	padding: 5px;
}
button.reg a:hover {
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
