#optin-popup {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 340px;
	height: 230px;
	background: url('/images/opacity-75.png');
	border-radius: 8px;
	padding: 20px;
	color: #fff;
	text-align: center;
	display: none;
}

#optin-popup .divider {
	width: 300px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #666;
	margin: 10px auto;
}

#optin-popup .title {
	font-size: 24px;
	color: #F1693F;
}

#optin-popup #body {
	margin-bottom: 10px;
}

#optin-popup #links {
	margin-top: 10px;
}

#optin-popup #links * {
	text-decoration: underline;
	cursor: pointer;
}

#optin-popup #links *:hover {
	color: #F1693F;
}

#optin-popup #email_address {
	width: 300px;
	border: none;
	border-radius: 4px; 
	padding: 4px;
}

#optin-popup #submit {
	padding: 6px;
}