/**
 * Pronto Marketing Theme 001 - Global Forms
 *
 * Styles in this CSS file may be overridden in others.
 */

form label{
  position: relative;
  width: 100px;
  display: block;
  float: left;
}

input.text{
  border: 1px solid #666;
  width: 200px;
  height: 15px;
  font-size: 11px;
  padding: 2px;
}

textarea.textarea{
  border: 1px solid #666;
  font-size: 12px;
  padding: 2px;
  font-family: arial;
}

input.sendbutton{
  position: relative;
  background: url("../img/forms/submit.png");
  border: 0;
  width: 106px;
  height: 31px;
  color: #ffffff;
  cursor: pointer;
}