.cntfrmbg {
	position: fixed;
	top: 205px;
	left: 140px;
	z-index: 5;
}
.form {
  padding: 0;
  margin: 0 0 0px;
}
td {
  padding: 0 0 0px;
}
input, textarea {
  background: #d3cbb3;
  border: 3px solid #01090c;
  font: inherit;
  font-size: 16px;
  /* line-height: 29px;  */
  /*min-height: 30px;*/
  padding: 2px 10px;
  width: 300px;
}
input:focus, textarea:focus {
  border-color: #4f0010;
  outline: none;
}
textarea {
  height: 140px;
  resize: none;
}
input[type=submit] {
  background: #01090c;
  color: #FFF;
  font: inherit;
  padding: 7px 20px;
  width: auto;
  }

