@charset "utf-8";
/* CSS Document */

#newsletter-box { background:url(../../Images/Layout/newsletter-banner-background.png) no-repeat top left; width:626px; height:100px; margin-bottom:20px; margin-left:3px; }
#newsletter-box .content { width:280px; height:85px; position:relative;  left:80px; top:10px; text-align:justify;}
#newsletter-box .tip { font-size:0.8em; color:#FF6600; }
#newsletter-box .inputBox { float:right; position:relative; right: 10px; top: 60px; width:190px; }
#newsletter-box .inputBox .input { float:left; padding-right:5px; }

#newsletter-box-unsubscribe { background:url(../../Images/Layout/newsletter-banner-background-unsubscribe.png) no-repeat top left; width:626px; height:100px; margin-bottom:20px; margin-left:3px; }
#newsletter-box-unsubscribe .content { width:280px; height:85px; position:relative;  left:80px; top:10px; text-align:justify;}
#newsletter-box-unsubscribe .tip { font-size:0.8em; color:#FF6600; }
#newsletter-box-unsubscribe .inputBox { float:right; position:relative; right: 10px; top: 60px; width:190px; }
#newsletter-box-unsubscribe .inputBox .input { float:left; padding-right:5px; }

.newsletter-input-box { padding:10px; /*position:absolute; top:100px; left:100px;*/ background:#FFFFFF; border:#0066CC 3px solid; width:70%;}
.newsletter-input-result { padding:10px; width:401px;}
.newsletter-input-result .message { padding-left:10px; padding-top:10px; background:url(../../Images/Layout/newsletter-send-box-background.png) no-repeat; width:395px; height:100px;}
/*.send-message-box buttons*/

/* ERIK UPDATE */
#newsletter_form #newsletter_custom_text { width:100%; height:300px; margin-bottom:10px;}
/*#newsletter_form select { width:100%; margin-bottom:10px;}*/
#newsletter_form #newsletter_title { width:100%; margin-bottom:10px;}
#newsletter_form .news_selection { width:100%; margin-bottom:10px; margin-top:10px;}

.previewButtons img { padding-top:5px;}
/* END */