div.newsletter_bar
{
    position:fixed;
    top:130px;
    right:3px;
    z-index:2000;
}


#newsletter_bar{ background-image:url(/img/bg_box.jpg); width:128px; height:216px; background-repeat:no-repeat;}

.email_input{width:120px; margin-left:5px; margin-top:5px; border:none; font-size:12px; color:#666;}

#newsletter_bar input.email_submit{background-image:url(/img/buton_newsl.jpg); font-size:10px; width:100px; height:27px; background-repeat:no-repeat; margin-left:15px; margin-top:7px; border:none; color:#333;cursor:pointer;}

#newsletter_bar input.email_submit:hover{text-decoration:underline; color:#000; padding-bottom:2px;}

 

* html,* html body /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;}


* html #newsletter_bar /* IE6 position fixed Top */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+130));}
  					
