form fieldset {
  border: none;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

form fieldset legend {
  color: #666;
  padding: 2px 6px 14px;
  font-size: 1.2em;
}

form fieldset label
{
  width: 8em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  padding: 0.3em;
  display: block;
}

form fieldset input
{
}

form fieldset select
{
}

form label {
  font-weight: bold;
  color: #444;
}


.clearleft {
  clear: left;
}


#description{
  width: 70%;
}
