div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
	display: block;
	margin: 1em auto;
	max-width: 500px;
	width: 100%;
}

.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
	margin-bottom: .7em;
	border: 0;
	padding: 0;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
	width: 100%;
	padding: .7em;
	display: block;
	border: 1px;
	color: #444;
	border-color: #ddd;
	background-color: #f4f4f4;
	background-image: none;
	text-shadow: none;
	font-size: 1em;
	margin: 0;
	line-height: normal;
	box-sizing: border-box;
}

.tnp-subscription input[type=checkbox], .tnp-widget input[type=radio], .tnp-profile input[type=checkbox] {
	max-width: 1em;
	display: inline-block;
	margin-right: .5em;
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
	background-color: #444;
	color: #fff;
	width: auto;
	height: auto;
	margin: 0;
	display: inline-block;
}

@media all and (max-width: 480px) {
	.tnp-subscription input[type=submit], .tnp-profile input[type=submit] {
		width: 100%;
	}
}

.tnp-field input[type="submit"] {
	position: inherit;
}