.figure {
  position: relative;
  z-index: 2;
  float: inherit;
  display: block;
  text-align: center; }
  .figure * {
    float: inherit;
    display: block; }

form input, form select, form textarea {
  width: 180px;
  margin: 1px 0;
  padding: 2px;
  border: 1px solid #aaa; }

select {
  width: 185px; }

textarea {
  height: 100px; }

select {
  cursor: pointer; }

.s {
  width: 80px; }

.l {
  width: 280px; }

button {
  margin: 0 0 1px;
  padding: 0 5px;
  font-weight: bold;
  cursor: pointer;
  line-height: 17px; }
  button .reset {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity= 50 );
    -ms-filter: alpha(opacity= 50 ); }
  *+html button {
    padding-left: 2px;
    padding-right: 2px; }

form .control {
  _display: inline-block;
  margin: 0 0 5px; }
  form .control:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  *+html form .control {
    height: auto;
    zoom: 1; }
  form .control p {
    margin: 0 0 0 130px;
    padding: 2px;
    font-size: 9px; }
form .indent {
  margin: 0 0 0 130px; }
form label, form .label, form label.title {
  float: left;
  width: 200px;
  padding: 6px;
  line-height: 1.4em; }
form .text input {
  padding: 3px; }
form .checkbox input, form .radio input {
  float: left;
  width: auto;
  margin: 5px 0;
  cursor: pointer;
  border: 0; }
form .checkbox label, form .radio label {
  width: auto;
  line-height: 1.2em;
  clear: none; }
form .checkbox label {
  width: 27%; }
form .checkbox label.error {
  width: auto; }
form .radio label.title, form .checkbox label.title {
  width: 200px; }
form textarea {
  width: 365px; }
form .field-validation-error, form label.error {
  color: Red; }
form input.input-validation-error, form input.error {
  border: 1px solid Red; }
form label.error {
  float: none; }

.checkbox .box {
  width: 100%;
  clear: left; }
  .checkbox .box label {
    width: auto; }

.textarea label {
  width: 100%; }
.textarea textarea {
  clear: left;
  width: 100%;
  margin: 0 0 10px 6px; }

form .radio input {
  margin-left: 10px; }
form .radio label {
  padding-right: 10px;
  font-style: italic; }
form .radio label.title {
  font-style: normal;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc; }
