.form-contact-textarea {
  width: 100%;
  font-size: 14px;
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 100px;
  margin-bottom: 20px;
  text-indent: 10px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Arial", Times, serif;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
  border-bottom-color: #999;
  border-left-color: #999;
}

