  div.pop_up {
    position: fixed;
    bottom: -400px;
    left:50%;
    width: 308px;
    height: 110px;
    z-index: 10000000;
    margin: 0 auto;
    margin-left:-500px;
  }

  .content_holder {
    width: 383px;
    height: 270px;
    z-index: 100;
    background-repeat:no-repeat;
  }

  #main {
   	width: 383px;
    height: 270px;
    z-index: 100;
    background-repeat:no-repeat;
  }

  #magazine_cover {
  	position:absolute;
  	width: 120px;
    height: 155px;
	top: 26px;
  	left: 240px;
	z-index: 102;
  }

  #best_offer_btn {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 23px;
  width: 188px;
  height: 43px;
  }

  #hide_btn {
    top: -40px;
    left: 230px;
    width: 15px;
    height: 15px;
      position:absolute;
    z-index: 3;
	cursor: pointer;
  }

  #up_arrow {
  position: absolute;
  top: -25px;
  left: 18px;
  width: 25px;
  height: 10px;
  z-index: 3;
  cursor: pointer;
  }

  #down_arrow {
    position: absolute;
  top: -25px;
  left: 18px;
  width: 25px;
  height: 10px;
  z-index: 3;
  cursor: pointer;
  }

  #top_main {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 263px;
  height: 72px;
  cursor: pointer;
  }

  #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;
  }

