/* Override only for URL with arrowDownRegisterForm GET variable */

#signup-form button, #signup-form button > span {
	display: block;
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #CCC;
}
#signup-form button > span {
	background-color:rgba(0, 0, 0, 0.5);
	font-size:16px;
	text-align:center;
	line-height: 68px;
}
