#LEBPopover{
	width: 510px;
}
#LEBPopover h2{
	color: #EB852A;
	font-size: 36px;
	line-height: 1em;
	margin: 10px 0 20px;
	padding: 0;
	font-weight: bold;
	letter-spacing: -1px;
}
#LEBPopover h3{
	color: #444;
	font-size: 22px;
	line-height: 1.2em;
	margin: 0 30px 35px 0;
	font-weight: normal;
}
#LEBPopover .content-block{
	padding: 40px 40px 60px;
	text-align: left;
}
#LEBPopover .footer-block{
	padding: 10px 40px 14px;
	border-top: 1px solid #BBB;
	overflow: hidden
}
#LEBPopover form label {
	font-size: 13px;
}
#LEBPopover input[type=text], #LEBPopover input[type=email], #LEBPopover input[type=tel]{
	width:100%;
	height: 25px;
	margin: 1px 0 10px;
	display:block;
	border: 1px solid #BBB;
	box-sizing: border-box;
	padding-left: 4px;
}
#LEBPopover .optout-submit{
	float:right;
	margin-top: 10px;
}
#LEBPopover .no-thanks{
	float: left;
	margin: 24px 10px 0;
	text-decoration: none;
	font-size: 13px;
	color: #92B0AE;
	font-weight: normal;
}
#LEBPopover .logo{
	float: right;
}
#LEBPopover .button {
	background-color: #F5AE40;
	color: #FFF;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	height: 22px;
	width: 90px;
	font-size: 14px;
	line-height: 14px;
}