
#feedback {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 375px;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index: 2;
}

#feedback-form {
  float: right;
  background-color: #efe4ae;
    opacity: 0.9;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  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);
}

#compprofile {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 375px;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index: 2;
}

#compprofile-form {
  float: left;
  background-color: #d1ddcf;
  opacity: 0.9;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  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);
}

.but_Size
{
  width:210px;
}

#feedback-form textarea { resize: none; }
#compprofile-form textarea { resize: none; }