.forms { list-style: none; padding-top:15px; }
.forms li {
  background: #efefef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  -webkit-border-radius: 5px;
  width: 540px;
}
.forms .buttons { text-align: center; }
#button_div {text-align:center;}
.forms label {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: 125px;
}
input,
textarea {
  border: 1px solid #cecece;
  border-radius: 5px;
  font: inherit;
  margin: 0;
  -moz-border-radius: 5px;
  outline: none;
  padding: 5px;
  -webkit-border-radius: 5px;
  width: 381px;
}
input:focus,
textarea:focus {
  border-color: #666;
}
textarea {
  height: 200px;
}
em.error {
  clear: both;
  color: #f00;
  display: block;
  font-size: 12px;
  margin: 5px 0 0 125px;
}
.formresult {
  background: #efefef;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  -webkit-border-radius: 5px;
  width: 540px;  
}
.formresultin {
  border: 1px solid #cecece;
  border-radius: 5px;
  font-size: 14px;
  margin: 0;
  -moz-border-radius: 5px;
  outline: none;
  padding: 5px;
  -webkit-border-radius: 5px;
  width: 506px;
  background: white;
}
