#nl2go_form { max-width: 400px; } 
#nl2go_form input[type='email'] { visibility: hidden; height: 0px; } 
#nl2go_form p { margin-bottom: 0px; } 
#nl2go_form input[type='submit'] { 
	background-color: #f95207; 
	color: white; 
	cursor: pointer; 
	display: inline-block; 
	padding-top: 9px; 
	padding-right: 22px; 
	padding-bottom: 7px; 
	padding-left: 22px; 
	background-color: #f95207; 
	border-radius: 3px; 
	color: white; 
	text-decoration: none; 
	text-transform: uppercase; 
	border: none; 
	font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif; 
	line-height: 1.5em; 
	text-align: center; 
	margin-bottom: 20px; 
	} 
#nl2go_form input[type='submit']:hover { background-color: #de5619; }