.feedback {
  background-color: #ffffff;
  font-family: "Tahoma";
  font-size: 11px;
  color: #404040;
}

.editbox {
  font-family: "Tahoma";
  font-size: 11px;
  width: 500px;
  color: #202020;
  background-color: #ffffff;
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 1px;
}

.messagebox  {
  font-family: "Tahoma";
  font-size: 11px;
  width: 500px;
  color: #202020;
  background-color: #ffffff;
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
}

.btn_send2 {
  font-family: "Tahoma";
  font-size: 11px;
  color: #202020;
  background-color: #ffffff;
  border-color: #c0c0c0;
  border-style: solid;
  border-width: 1px;
  height: 25px;
  width: 100px;
}

#error_name {
  visibility:hidden ;
}
