#slidebox{
  color: #fff;
  width:450px;
  height:85px;
  padding:10px;
  background-color:#424242;
  /*border-top:3px solid #E28409;*/
  position:fixed;
  bottom:0px;
  right:-480px;
  -moz-box-shadow:-2px 0px 5px #aaa;
  -webkit-box-shadow:-2px 0px 5px #aaa;
  box-shadow:-2px 0px 5px #aaa;
}
#slidebox p, a.more{
  font-size:11px;
  text-transform:uppercase;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing:1px;
}
a.close{
  background:transparent url(../images/close.gif) no-repeat top left;
  width:13px;
  height:13px;
  position:absolute;
  cursor:pointer;
  top:10px;
  right:10px;
}
a.close:hover{
  background-position:0px -13px;
}
#slidebox input {
  display: block;
  margin-top: 25px;
}
