div.blossomfeaturebox div.optincontent2wrapper{
	position: relative;
	width: 95%;
	max-width: 800px; /* maximum width of the feature box */
	height: 95%;
	color: white;
	max-height: 425px;
	border-radius: 5px;
	background: #54b3cb;
	overflow: auto;
	text-align: left;
	font-family: Georgia;
	z-index: 1000;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.optindescription{
	padding: 5px;
	overflow: hidden;
	/* line-height: 1.5; */
	/* margin-bottom: 10px; */
}

div.optindescription h2{
	margin-top: 0;
	/* text-transform: uppercase; */
	font-size: 1.4em;
}

div.optindescription h4{
	margin-top: 10px 0;
	margin-bottom: 0;
	color: blue;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 0px;
}

div.optinimage{
	background: #0c4d89;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
	box-shadow: 5px 5px 5px gray;
}

div.optinimage img{
	width: 90%;
	height: auto;
}

div.optinrightcolumn{
	float: left;
}

div.optinform{
	padding: 5px 0;
	font-family: "Droid Sans", sans-serif;
	background: white;
	line-height: 17px;
	text-align: left;
	clear: left;
}

div.optinform table {
	font-size: 14px;
	margin: 5px;
	padding: 0 0 0 0;
	text-align: left;
}

div.optinform table td{
	border: 0;
	margin: 5px;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	line-height: 17px;
	color: #5e6161;
}

div.optinform table tr:hover td{
        /* background: white; */
        color: #5E6161;
}

div.optinform input[type="email"],
div.optinform input[type="text"]{
	/* width: 60%; */
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	background: white;
	color: black;
	border-radius: 5px;
}

div.optinform input[type="tel"]{
	/* width: 60%; */
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	width: 110px;
	background: white;
	color: black;
	border-radius: 5px;
}

div.optinform input[type="submit"]{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	background: lightgray;
	color: #aa1d25;
	border-radius: 5px;
	border-width: 1;
	margin-left: 5px;
	/* text-transform: uppercase; */
	cursor: pointer;
}

div.optinform input[type="submit"]:hover{
	background: #aa1d25;
	color: white;
}

@media (max-width: 500px){ /* responsive layout break point */

	div.optinform input[type="submit"]{
		display: block;
		margin: 10px auto;
		width: 60%;
		padding: 8px;
	}
	
	div.optinimage{
		width: 70px;
		height: 70px;
	}
}

#fstNm #lstNm #ctyNm { width: 230px; }
#phnNbr { width: 110px; }
#emAdr { width: 230px; }
#stNm { width: 25px; }
