/* /webmd/PageBuilder_Assets/CSS/091e9c5e8000511c/Newsletter - Enhanced/Living Healthy_091e9c5e80bcc528.css */


.newsletter_signup {
    margin: 0 0 25px;
    padding: 1.5em 0.5em 1em 1em;
	border: 1px solid #E7EECC;
	border-width: 1px 0;
}
.cssgradients .newsletter_signup {
	background-image: -webkit-linear-gradient(#fff, #eaf1d2);
	background-image: -moz-linear-gradient(#fff, #eaf1d2);
	background-image: -ms-linear-gradient(#fff, #eaf1d2);
	background-image: linear-gradient(#fff, #eaf1d2);
}
.no-cssgradients .newsletter_signup {
	background: #fff url('../../../consumer_assets/site_images/newsletters/nl-hb-gradient-image-fallback.gif') 0 bottom repeat-x;
}

/* title */
.newsletterTitle {
	margin-bottom: 2em;
}
.thankYou .newsletterTitle {
	margin-bottom: 1em;
}
.newsletter_signup h2,
.newsletter_signup h3 {
	color: #88a906;
	display: inline-block;
	font-size: 1.9em;
	font-weight: normal;
}
.newsletter_signup h3 .logo {
	background-image: url('../../../consumer_assets/site_images/newsletters/webmd-logo-67x17.png');
	display: inline-block;
	height: 17px;
	overflow: hidden;
	text-indent: -200px;
	width: 67px;
}

/* form/labels/buttons */
.multi_nl_cb_text {
	margin: 0 0 2em 2em;
}
.multi_nl_cb_text label {
	display: block;
	float: left;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 1.8em;
	text-indent: -1.6em;
	width: 40%;
}
.privacy_label input, 
.multi_nl_cb_text label input {
	margin-right: 0.5em;
}
.privacy_label {
	clear: both;
	display: block;
	font-size: 1.1em;
	margin-bottom: 1em;
	padding-top: 1.5em;
   text-align:center;
}
.newsletterEmail {
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right-width: 0px;
	border-bottom: 1px #f2f2f2 solid;
	border-left: 1px #efefef solid;
	border-top: 1px #d0d0d0 solid;
	font-size: 1.2em;
	height: 25px;
	padding-left: 0.5em;
	width: 70%;
	vertical-align: top;
}
.cssgradients .newsletter_signup form .webmd-btn-pr {
	background: -moz-linear-gradient(top,  rgba(246,123,41,1) 0%, rgba(198,85,9,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(246,123,41,1) 0%,rgba(198,85,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(246,123,41,1) 0%,rgba(198,85,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,123,41,1) 0%,rgba(198,85,9,1) 100%); /* W3C */
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* sign up link */
.enhanced_nl_link {
	display: block;
	font-size: 1.2em;
	padding-top: 1em;
}

/* Thank You Message */

.newsletter_signup.thankYou {
   font-size:1.2em;
}

.newsletter_signup.thankYou h2 {
   display:block;
   font-size:1.5em;
   text-align:center;
   font-weight:normal;
}
.newsletter_signup.thankYou h3 {
   display:none;
}
.newsletter_signup.thankYou p {
   width:auto;
   font-size:1em;
   margin-top:.5em;
}
.newsletter_signup.thankYou .newsletterTitle {
  background:none;
}

.newsletter_signup .thankYouMsg, .newsletter_signup .promoSignedIn {
    text-align:center;
    margin:1em 2em 1em;
    width:100%;
    font-size:1em;
}
.newsletter_signup .thankYouMsg span {
    font-size:1.2em;
}

/* promo */

.newsletter_signup .promo {
	font-size: 1em;
    margin-right:15px;
    background-color:#eef1e8;
    padding:5px;
    border-radius:5px;
    -webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 10);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
}
.newsletter_signup .promoContent {
    padding:10px;
    border-radius:5px;
    background: #dfe5d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #dfe5d6 0%, #bdd098 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe5d6), color-stop(100%,#bdd098)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dfe5d6 0%,#bdd098 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dfe5d6 0%,#bdd098 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dfe5d6 0%,#bdd098 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dfe5d6 0%,#bdd098 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5d6', endColorstr='#bdd098',GradientType=0 ); /* IE6-9 */
}

.newsletter_signup .promoContent img {
    float:left;
    padding:0 .8em 1em 0;
}
.newsletter_signup .promoLink {
   clear:both;
   float:right;
   margin-top:1em;
   font-size:.8em;
}






