.overlay-content {
	width: 500px;
	height: 280px;
	border: 5px solid #15bc33;
	background-color: white;
	position: relative;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.overlay-content > .close {
	position: absolute;
	top: -17px;
	right: -19px;
	width: 27px;
	height: 26px;
	background: transparent url('overlayNews.png') no-repeat -7px -129px;
}

.overlay-content > h6 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	background-color: #15bc33;
	float: left;
	width: 100%;
	text-align: center;
	color: white;
}

.overlay-content .content {
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	height: 95px;
}

.overlay-content .content > li {
	text-align: left;
	padding: 29px 0 10px 80px;
	color: #484848;
	line-height: 26px;
}

.overlay-content .content > li > i {
	float: left;
	background: transparent url('overlayNews.png') no-repeat -76px -133px;
	height: 22px;
	width: 53px;
	margin: 2px 0 0 -25px;
}

.overlay-content .content > li > span {
	float: left;
	width: 360px;
	margin-left: 8px;
}

.overlay-content form {
	float: left;
	width: 100%;
}

.overlay-content .formMail {
	float: left;
	width: 100%;
	height: 92px;
}

.overlay-content .formMail > input {
	width: 260px;
	text-align: center;
	border: 3px solid #ff8305;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	padding: 12px;
	margin: 0 10px 0 20px;
	float: left;
	background-color: #F2F9FF;
}

.overlay-content .formMail > ::-webkit-input-placeholder { color: #a2c8dd; }
.overlay-content .formMail > :-moz-placeholder { color: #a2c8dd; opacity: 1; }
.overlay-content .formMail > ::-moz-placeholder { color: #a2c8dd; opacity: 1; }
.overlay-content .formMail > :-ms-input-placeholder { color: #a2c8dd; }



.overlay-content .formMail > a {
	background: transparent url('overlayNews.png') no-repeat 0 -73px;
	position: relative;
	width: 160px;
	height: 48px;
	float: left;
}

.overlay-content .formMail > a:hover {
	background-position: right -73px;
}

.overlay-content .privacyForm {
	float: left;
	width: 456px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	padding: 15px 0 0 0;
	color: #535353;
	margin: 0 0 0 20px;
	text-align: center;
}

.overlay-content .privacyForm a {
	text-decoration: underline;
	color: #15bc33;
}

.overlay-content .privacyForm a:hover {
	text-decoration: underline;
	color: blue;
}

.overlay-content .privacy {
	float: left;
	width: 480px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px 10px 0 10px;
	color: #535353;
	margin-bottom: 15px;
	text-align: left;
}

.overlay-content .privacy > h3 {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.overlay-content .privacy > .block {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.overlay-content .privacy > .block > input {
	float: left;
}

.overlay-content .privacy > .block > label {
	float: right;
	width: 455px;
	text-align: left;
	line-height: 15px;
}

.overlay-content .privacy > .block > .error {
	background-color: red;
	text-align: center;
	padding: 5px 0 5px 0;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.overlay-content .privacy a {
	color: #535353;
	text-decoration: underline;
}

.overlay-content .privacyForm input {
	float: left;
	margin-top: 0px;
}

.overlay-content .privacyForm label {
	float: right;
	width: 435px;
	text-align: left;
}


/*
.overlay-content .cta {
	float: left;
	width: 100%;
	height: 68px;
	text-align: center;
	position: relative;
}
*/