
#feedback {
    position: fixed;
    right: 0;
    top: 330px;
    margin: 0;
    padding: 0;
	z-index:990;
}

#feedback-form {
  float: right;
  width: 300px;
  height: 263px;
  z-index: 1000;
  padding: 5px;
  margin:0;
  background-clip: 'padding-box';
  border: 1px solid #032e32;
  -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: #fff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  width: 138px;
  background-color: #032e32;
  margin-top: 50px;
  margin-right: -52px;
  padding: 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: #05454b; }

#feedback-form textarea { resize: none; height:30px; margin:0; }
@media (max-width:768px)
	{
	    #feedback {
    right: 0;
    top: 153px;
    

}
#feedback-form {

   width: 210px;
   height:auto !important;
}
	}