@charset "utf-8";
/* Spring Into Wellness Popup ------------------------ */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #add04e;
}

#wrapper {
	width: 503px;
	height: 502px;
	margin: 20px auto;
	background: url(http://tendershootswellness.com/images/spring-bg.png) no-repeat center;
}

#logo {
	padding: 18px 0 0 20px;
	margin-bottom: 18px;
}

.spring-item {
	text-align: center;
	margin-bottom: 14px;
}

.credits {
font-family: Helvetica, sans-serif;
	font-size: 12px;
line-height: 24px;
color: #753e98;
	text-align: center;
	margin-bottom: 14px;
}

.credits a {
color: #83b035;
	text-decoration: none;
}

.credits a:hover {
color: #753e98;
}

.spring-item img {
	border: 0;
}