@charset "utf-8";

#content fieldset {
  width:395px;
  padding:1px 0 20px 20px;
  background:#e3e9f2;
  border:none;
}

#content .formRow {
  width:365px;
  margin-top:15px;
}

#content label {
  display:block;
  float:left;
}

#content input {
  float:right;
  width:250px;
  color:#333;
  border:1px solid #666;
}

#content textarea {
  width:363px;
  height:75px;
  color:#333;
  border:1px solid #666;
}

#content input.button {
  width:75px;
  height:24px;
  border:none;
}

#content .clearFieldBlurred {
  color:#999;
}

#content .clearFieldActive {
  color:#333;
}
