#subscription_content {
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 3px solid #ECEBEB;
    margin: 10px auto;
    overflow: hidden;
}

.content-bdr {
	margin: 20px;
	width: 1014px;
}

.landing_top {
	float: left;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.landing_left {
	padding-left: 250px;
}

.recent_top_bar {
	float: left;
	height: 90px;
	margin-bottom: 20px;
	width: 700px;
}

.recent-top-bar .oh-no {
	float: left;
	padding: 12px 0 0 15px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.recent-top-bar .never-miss {
	float: left;
	margin-right: 20px;
	padding: 5px 0 0 0;
	font-size: 19px;
	text-align: left;
	color: #000;
	line-height:100%
}

.blue_left {
	background: #78b1dc;
	float: left;
	height: 85px;
	border-radius: 45px 0 0 45px;
	-moz-border-radius: 45px 0 0 45px;
	-webkit-border-radius: 45px 0 0 45px;
	width:180px; text-align:center; padding:22px 0 0 0
}
.grey_right {
	background: #eff9ff no-repeat center left;
	padding: 0 0px 0 15px;
	float: left;
	height: 105px;
	border: 1px #ecebeb solid;
	border-left: 0;
	border-radius: 0 45px 45px 0;
	-moz-border-radius: 0 45px 45px 0;
	-webkit-border-radius: 0 45px 45px 0;
	width: 440px;
}

.abt-right {
	width: 250px;
	float: left;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.last_min_deal{
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background: url("/assets/fade-lite-top.png") repeat-x scroll left top #1C76A5;
	width:100%;
	overflow: hidden;
	padding:0 0 0px 0
	
}
.last_min_deal_inner{
	font-size: 16px;
	font-weight: bold;
	height:30px;
	padding: 5px 0 10px 0px;
	color: #FFF;
	overflow: hidden;
	text-align:center
}

.last_min_images{margin: 10px 0 10px 0 }

.intro-email {
	width: 740px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

h1#main_tagline {
    color: #000;
    font-size: 24px;
}

h2#sub_tagline {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
	color: #777;
}

.benefits_of_alerts {
    margin: 0 0 20px;
    width: 98%;
}

.signup_later {
    margin: 0 0 20px;
    width: 98%;
}

.head-lable {
	color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}

.benefits_of_alerts .con-left {
    float: left;
    width: 50%;
}

.benefits_of_alerts .con-right {
    float: left;
    width: 50%;
}

.benefits_of_alerts .con-left ul, .benefits_of_alerts .con-right ul {
    margin: 0 20px;
    padding: 10px 0;
}

.benefits_of_alerts .con-left ul li {
    background: url("/assets/daily_deals/star.jpg") no-repeat scroll left top transparent;
    color: #716F70;
    font-size: 14px;
    line-height: 150%;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px 25px;
}

.benefits_of_alerts .con-right ul li {
    background: url("/assets/daily_deals/star.jpg") no-repeat scroll left top transparent;
    color: #716F70;
    font-size: 14px;
    line-height: 150%;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px 25px;
}

h2#signup_later {
	color: #716F70;
    font-size: 14px;
    line-height: 150%;
}

.signup_later a{
	text-decoration: none;
}
