.simple-subscription-form {
	display: block;
	min-height: 52px;
	clear: both;
	background: #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	border: 1px solid #bbb;
	padding: 0 10px 10px;
}
.simple-subscription-form h3 {
	margin: 12px 0 4px;
	line-height: 21px;
	font-size: 16px;
}
.simple-subscription-form form {
	margin: 0;
}
.simple-subscription-form input[type="submit"] {
	height: 30px;
	margin: 0 0 0 4px;
	vertical-align: top;
}
.simple-form-success {
	display: none;
	padding-left: 52px;
	background: url('img/check-mark.png') no-repeat center left;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	font-weight: bold;
}