/* FIELDSETS
---------------------------------------- */
fieldset {
  border: 0; }

/* ACTION BUTTONS
---------------------------------------- */
input.action {
  padding: 4px;
  margin: 4px 0;
  background: #e9e9e9;
  border: 1px solid #989898;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
input.action:hover {
  /* fade in effect */
  cursor: pointer;
  background: #e1e1e1;
  -moz-transition: background 0.5s ease-out 0s;
  -webkit-transition: background 0.5s ease-out 0s;
  -o-transition: background 0.5s ease-out 0s;
  transition: background 0.5s ease-out 0s; }
input.action:focus {
  background: #dadada;
  border: 1px solid #727272; }

/* FIELD FORMATING
---------------------------------------- */
form ul {
  list-style: none; }

.middleColumn {
  display: block;
  margin: 15px 10px 10px 0;
  width: 292px;
  padding: 4px;
  clear: left;
  border: 1px solid #989898;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
.middleColumn .middleColumn {
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

/* INPUT BOXS
---------------------------------------- */
input.text, textarea, select {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  width: 292px;
  border: 0;
  background: transparent; }

textarea {
  font-size: 12px;
  border: 0; }

/* LABELS
---------------------------------------- */
.typography label {
  display: block;
  margin: 10px 0 -10px 0;
  font-size: 12px; }

label.right {
  display: inline; }

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
  margin: 0;
  overflow: hidden; }

ul.optionset li {
  margin: 6px 0;
  clear: both; }

ul.optionset li input {
  float: left;
  margin: 0 6px; }

ul.optionset li label {
  margin: 0; }
