



h1 {
  margin: 0;
  width: 158px;
  height: 41px;
/*  text-indent: -5000px;*/
  overflow: hidden;

}


form {
  margin: 17px 0;
}

form table {
  border-collapse: collapse;
}

form table .control {
  width: 1%;
}

form .text {
  width: 100%;
  color: #333;
  height: 1.2em;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 18px;
 

  vertical-align: middle;
  margin-bottom: 3px;
padding: 7px .2em 7px .2em;
}

form .button,
form .button:visited {
  width: 6em;
  margin: 0 0 0 1em;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  white-space: nowrap;
  font-size: 1.2em;
  line-height: 1;
  height: 34px;

  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #87abc9;
  cursor: pointer;
  float: right;
  margin-bottom: 3px;
}


.error, .sending, .success {
  font-size: 1.2em;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  padding: .5em;
  line-height: 1;;
  font-weight: bold;
  background: #e5e5e5;
  margin-bottom: 1em;
}

.error {
  background: #cb3c3c;
  color: #fff;
}

.sending {
  color: #999;
}

.success {
  color: #333;
  margin-bottom: 0;
}
