/* Forms */
div.text input
{
  cursor: text;
  width: 50ex;
  background-color: #f8fdbb !important;
}
form#ContactForm
{
  width: 52ex;
  overflow: hidden;
}
form#ContactForm input
{
  font-family: Helvetica, Tahoma, Geneva, Arial, sans-serif;
  border: 1px solid #bbbbbb;
}
form#ContactForm div.input,
form#ContactForm div.text
{
  float: left;
  margin-right: 1ex;
}
form#ContactForm input.sender-name
{
  background-image: url(../img/neved.gif);
  background-repeat: no-repeat;
  width: 50ex;
  background-color: #f8fdbb !important;
}
form#ContactForm input.sender-email
{
  background-image: url(../img/cimed.gif);
  background-repeat: no-repeat;
  width: 50ex;
  background-color: #f8fdbb !important;
}
form#ContactForm input.sender-subject
{
  background-image: url(../img/targy.gif);
  background-repeat: no-repeat;
  width: 50ex;
  background-color: #f8fdbb !important;
}
form#ContactForm input.text-input
{
  width: 24ex;
  background-color: #f8fdbb !important;
}
form#ContactForm textarea.area-input
{
  font-family: Helvetica, Tahoma, Geneva, Arial, sans-serif;
  width: 50ex;
  height: 12em;
  background-color: #f8fdbb !important;
  margin-bottom: 1em;
  display: inline;
}
div.form-buttons
{
  height: 36px;
  display: table;
}
div.form-buttons div.submit,
div.form-buttons div#mail-client
{
  margin: 0px;
  padding: 0px;
  height: 36px;
  display: table-cell;
  vertical-align: middle;
}
div.form-buttons input.button
{
  text-align: center;
  padding: 1ex;
  margin: 0px;
}
div.form-buttons div#mail-client
{
  padding-left: 2ex;
}
div#recaptcha_widget_div
{
  padding: 0px;
}
div#recaptcha_area
{
  padding: 0px;
  margin-bottom: 1em;
}
