#AddRequestPanel {
  margin-top: 10px;
  font-family: sans-serif;
  float: right;
  background-image: url(img/button.png);
  background-repeat: no-repeat;
  width: 264px;
  height: 58px;
  vertical-align: middle;
  clear: right;

}
#AddRequestPanel a{
  display:  block;
  height: 100%;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 26px;

  padding-left: 20px;
  padding-right: 50px;
  margin-right: 10px;
  background-image: url(img/pero.png);
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
  text-decoration: none;
  line-height: 58px;
}

#AddRequestPanel a:hover{
  color: #333333;
}
