form {
  position: relative;
}

#contact_data {
  position: absolute;
  top: 20px;
  right: 50px;
  padding: 20px;
  background-color: #E8EEDD;
}

#left {
  float: left;
  min-height: 50px;
  width: 195px;
}


#special {
  /*width: 125px;
  background-color: #54b39e;
  color: #fff;
  padding: 15px 20px;
  line-height: 22px;
  background-image:url('/images/template/special.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;*/
}

