
#feedback {
    position: relative;
    /* left: 0; */
    /* top: 140px; */
    height: 250px;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 99;
}

#feedback-form {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-left: 5px;
    padding-right: 10px;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: rgb(195, 137, 52);
  margin-top: 60px;
  margin-left: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#feedback-tab:hover  { background-color: rgba(0,0,0,0.4); }

#feedback-form textarea { resize: none; }
