html, body {
	border: none;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color: #fff;
	color: #4c4c4c;
	font: 500 0.8em/1 'Avenir', sans-serif;
}
.nsn-title {
	background-color: #4c4c4c;
	color: #fff;
	font-weight: 700;
	line-height: 28px;
	padding: 0 10px;
	text-transform: uppercase;
}
.nsn-content {
	padding: 15px;
}
.nsn-form {
	margin-top: 12px;
}
.nsn-form .error {
	color: #cc0000;
	display: none;
	padding-bottom: 10px;
}
.nsn-form label {
	font-size: 0.9em;
}
.nsn-form input {
	border: none;
	display: block;
	font-family: 'Avenir';
	height: 40px;
	line-height: 40px;
}
.nsn-form input[type="email"] {
	background-color: #f3f3f3;
	margin: 6px 0 10px 0;
	padding: 0 5%;
	width: 90%;
}
.nsn-form input[type="submit"]{
	background-color: #3aa3f3;
	color: #fff;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
}