form.common fieldset {
  border:none;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  width: 650px;
}

form.common ul li {
  display: block;
  margin-bottom: 50px;
  text-align: right;
  list-style:none;
}

form.lable {
	float:left;
}

form.common label {
  float: left;
  margin-top: 7px;
}

form.common input,
form.common select,
form.common textarea {
  background-color: #FFCB27;
  border: 1px solid #FFB616;
  color: #000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5em; /* 24px / 12px = 2em */
  padding: 3px;
  width: 500px;
}

form.common .error {
  color: #c00;
  float: right;
  font-weight: bold;
  margin: 0;
}

form.common #submit {
	background-color:#FFCB27;
  cursor: pointer;
  font-size: 0.92em;
  font-weight: bold;
  height: 30px;
  width: 100px;
}