div.blossomfeaturebox div.optincontent2wrapper {
	background: rgb(255, 255, 255); border-radius: 12px; width: 80%; height: auto; text-align: left; color: white; overflow: auto; font-family: verdana; position: relative; z-index: 1000; max-height: 90%; max-width: 360px; box-sizing: border-box; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.optindescription {
	padding: 0px; line-height: 1.0; overflow: hidden; margin-bottom: 0px;
}
div.optindescription h2 {
	text-transform: uppercase; font-size: 0.0em; margin-top: 10px;
}
div.optinimage {
	background: rgb(12, 77, 137); border-radius: 50%; width: 90px; height: 90px; text-align: center; margin-right: 0px; margin-bottom: 0px; float: left; box-shadow: 5px 5px 5px gray;
}
div.optinimage img {
	width: 90%; height: auto;
}
div.optinrightcolumn {
	float: left;
}
div.optinform {
	background: rgb(255, 255, 255); padding: 0px 0px; text-align: center; clear: left;
: 1.2em; font-size: 1em; margin-left: 0px; cursor: pointer;
}
div.optinform input[type='submit']:hover {
	background: black; color: white;
}
@media all and (max-width:500px)
{
div.optinform input[type='submit'] {
	margin: 0px auto; padding: 0px; width: 0%; display: block;
}
div.optinimage {
	width: 70px; height: 70px;
}
}
