form { 
  position: relative;
  display: block;
  margin: 25px 0 20px 0;
  padding: 0;
  }
form fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  }
form fieldset legend {
  padding: 0;
  font-size: 30px;
  color: #fff;
  }
form fieldset label {
  clear: both;
  display: block;
  width: 100%;
  padding: 7px 0 15px 0;
  }

form fieldset label span {
  display: block;
  float: left;
  width: 70px;
  padding: 5px 15px 0 0;
  font-size: 13px;
  color: #666;
  text-align: right;
  }
form fieldset label br {
  clear: both;
  }
button,
a.button,
form fieldset input,
form fieldset textarea,
form fieldset select {
  display: block;
  float: left;
  width: 60%;
  height: 17px;
  padding: 2px 5px 2px 5px;
  background: #d9d9d9;
  border: 1px solid #aaa;
  font: 11px Verdana;
  color: #666;
  }
form fieldset select {
	color: #999;
	height: 25px;
  }
form fieldset textarea {
  padding: 5px;
	height: 100px;
  }
form fieldset input.hidden {
  clear: none;
  display: none;
  }
button,
a.button,
form fieldset input.button {
  position: relative;
  float: right;
  width: auto;
  height: auto;
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  }
button:hover,
a.button:hover,
form fieldset input.button:hover {
  color: #006699;
  }
button:active,
a.button:active,
form fieldset input.button:active {
  color: #444;
  }
  

form fieldset label.checkbox {
  padding-left: 20px;
  }
form fieldset label.checkbox input {
  width: auto;
  height: auto;
  margin-right: 12px;
  }
form fieldset label.checkbox span {
  width: 88%;
  float: left;
  text-align: left;
  }

.alert {
  background-color: #51767f;
  border: 0;
  padding: 30px;
  color: #fff;
  }