@media screen{
  #slideout {
    position:fixed;
    float:right;
    width: 210px;
    height: 340px;
    top: 17%;
    right:-170px;
    padding-left: 40px;
    z-index:1000;
  }
}

x:-o-prefocus, #slideout{
  position:absolute;
}

#clickme {
  position: absolute;
  top: 70px; 
  left: 0px;
  height: 145px;
  width: 40px;
  background-image: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/14/template_assets/knapp.jpg);
  background-repeat: none;
}

#clickme-en{
  position: absolute;
  top: 70px; 
  left: 0px;
  height: 145px;
  width: 40px;
  background-image: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/14/template_assets/knapp-eng.png);
  background-repeat: none;
}

#clickme-fr{
  position: absolute;
  top: 20px; 
  left: 0px;
  height: 185px;
  width: 40px;
  background-image: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/14/template_assets/knapp-fr.png);
  background-repeat: none;
}

#slidecontent {
  color:#A8A8A8;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color: white;
  border: solid 1px #E8E8E8;
  width: 220px;
  float:left;
  padding:15px;
}

#slidecontent h5{
  color:#E78800;
  margin-bottom:5px;
  margin-top: 2px;
}

#slidecontent a, #slidecontent hr, #slidecontent p, #slidecontent form label{
  color:#A8A8A8;
}

#slidecontent hr{
  background-color:#F0F0F0 !important;
  margin: 0 0 5px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

#slidecontent p, #slidecontent form label{
  font-size:12px;
  line-height: 10px;
}

#newsletter_form_slider input{
  width:60%;
  padding:2px 10px;
  margin-top:10px;
  margin-right:5px;
  float:left;
  display:inline;
}

#newsletter_form_slider button{
  padding:5px;
  width: 35%;
  margin-top:10px;
  background-color: #F08A00;
  border: 1px solid #F08A00;
  color: #FFF;
}

#newsletter_form_slider button:hover{
  color: #000;
}
