.right { float: right; }

/* Optin form containers */
#optin_wrapper { 
	color: #111;
	background: #f2faff;
	padding: 1.8em;
	margin-bottom: 1em;
	border: solid 2px #e5f4ff;
}
	#optin_wrapper.sidebar_form { /* Sidebar */
		max-width: 100%;
		min-width: 80%;
	}
	#optin_wrapper.post_footer_form { /* Post Footer */
		max-width: 750px;
		min-width: 450px;
	}
	#optin_wrapper.feature_form { /* Feature */
		padding: 1.8em 2em;
		min-width: 750px;
	}
#optin_wrapper p {
	margin-top: 0; 
}
#optin_wrapper h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 .8em; 
}
	#optin_wrapper.feature_form h3 {
		font-size: 1.8em;
	}
#optin_wrapper h4 {
	margin-top: 0; 
}

/* Left side content of the Feature optin form */
#optin_wrapper .content_left {
	float: left;
	width: 55%;
	margin-right: 3%;
}
	#optin_wrapper .content_left ul li {
		list-style-image: url(images/bullet.png); /* Replace URL with new URL of uploaded image */
		padding: .6em 0;
		border-bottom: 1px dashed rgba(0,0,0,.1);
	}
	#optin_wrapper .content_left ul li:first-child {
		padding-top: 0;
	}
	#optin_wrapper .content_left ul li:last-child {
		border: 0;
	}
	
/* Container for the actual form on the Feature optin form */
#optin_wrapper .form_wrapper {
	background: url(images/vert-separator.png) no-repeat -1em 0; /* Replace URL with new URL of uploaded image */
	float: left;
	padding-left: 9%;
	width: 25%;
}

/* From elements - Name, Email, and Submit Button */
#optin_wrapper input {
	padding: .6em 1em !important;
	border: 1px solid rgba(0,0,0,.2) !important;
}
	#optin_wrapper.sidebar_form input[type="text"],
	#optin_wrapper.sidebar_form input[type="email"],
	#optin_wrapper.sidebar_form input[type="password"] {
		margin-bottom: 1em !important;
		width: 50% !important;
        border-radius: 0px; */
        box-shadow: 0px 0px 0px #eee inset;
        font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 18px;
	}
	
#optin_wrapper input[type="submit"] {
	color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 22px;
	
	
}
#optin_wrapper input[type="submit"]:hover {
	opacity: .8;
}