
#feedback {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 30%;
  margin-left: -3px;
  margin-bottom: -3px;
}
.feedback_title{
  background-color: #2555a1;
  color:#FFC808;
  font-size:16px;
  font-weight:600;
  padding:15px 0;
}


#feedback-form {
  float: right;
  width: 300px;
  height: auto;
  z-index: 1000;
  padding-bottom:20px;
  background-clip: padding-box;
  background-color:#FFF;
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
  float: right;
  color: #2555a1;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #FFC808;
  margin-top: 60px;
  margin-left: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#feedback-tab:hover { background-color:#ffc808d6; }

#feedback-form textarea { resize: none; }
