
/*-------- NEWSLETTER --------*/
#newsletter-button{
right:0px;
cursor:pointer;
position:fixed;
z-index:9000px;
top:135px;
}

#newsletter-container{
display:none;
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
background: url(/images/feedback_transparent.png);
}

#newsletter-box-container{
position:relative;
margin:0 auto;
width:556px;
}

#newsletter-box-header{
background: url(/images/newsletter_header_bg.png) no-repeat;
height:35px;
margin:0 0 0 0;
}

#newsletter-form{
padding:30px 17px 20px 17px;
font-weight:bold;
font-size:13px;
color:#444;
background:#e4e4e4;
margin:0 0 0 0;
}

#newsletter-form-right{
width:48%;
float:right;
padding:0 0 10px 0;
}

#newsletter-form-left{
width:48%;
float:left;
padding:0 0 10px 0;
}

