input.field
{
  height: 24px;
  border: 2px solid #cacacb;
  padding: 7px;
  font-family: 'Sentinel 7r', 'Sentinel A', 'Sentinel B', "jubilat", Georgia, serif;
  font-size: 21px;
  font-weight: 300;
  color: #636466;
}

textarea.field
{
  height: 150px;
  width: 955px;
  border: 2px solid #cacacb;
  padding: 7px;
  font-family: 'Sentinel 7r', 'Sentinel A', 'Sentinel B', "jubilat", Georgia, serif;
  font-size: 21px;
  font-weight: 300;
  color: #636466;
}

.emptyfield
{
  color: #b9b9ba !important;
}

input.submit
{
  height: 37px;
  width: 106px;
  background-color: #6ab400;
  color: #ffffff;
  font-family: 'Sentinel 7r', 'Sentinel A', 'Sentinel B', "jubilat", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
}

.submitover
{
  background-color: #5b9c00 !important;
}

.submitfail
{
  border: 2px solid #d8210e !important;
}
