  div.pop_up {
    position: fixed;
      bottom: -400px;
    left:50%;
    width: 404px;
    height: 105px;
    z-index: 10000000;
    margin: 0 auto;
      margin-left:-500px;
  }

  div#subscription_slider {
    display:none;
  }

  .content_holder {
    width: 404px;
    height: 270px;   
    z-index: 100;
    background-repeat:no-repeat;
  }
  
  #main {
   width: 404px;
    height: 183px;   
    z-index: 100;
    background-repeat:no-repeat;
	position: absolute;
	top: 12px;
  }
  
  #hide_btn {
    top: -60px;
    left: 363px;
    width: 14px;
    height: 14px;
      position:absolute;
    z-index: 3;
  }
 
  #up_arrow {
  position: absolute;
  top: -40px;
  left: 25px;
  width: 14px;
  height: 12px;
  z-index: 3;
  }
  
  #down_arrow {
    position: absolute;
  top: -40px;
  left: 25px;
  width: 14px;
  height: 12px;
  z-index: 3;
  }
  
  #top_main {
  position: absolute;
  top: -75px;
  left: 0px;
  width: 404px;
  height: 87px;
  }
  
  #form_bg {
    width: 383px;
    height: 270px;   
    z-index: 100;
    background-repeat:no-repeat;
  }
  
    
.form_holder {
    position:absolute;
    top: 80px;
    width: 250px;
    z-index: 5;
    display:none;
}
  
  #submit_btn {
  position: absolute;
  top: 70px;
  }
  
  
  
 .form_holder input {
   
    margin-left: 46px;
    margin-top: 5px;
    color:#333;
  }
  
/*img, div { behavior: url(/iepngfix.htc) }*/

