form {
  padding: 5px 0 10px;
}

form div {
  position: relative;
  padding: 0 0 15px;
}

form .field_with_errors {
  padding: 0;
}

fieldset {
  margin: 10px 0 15px;
  border-top: 1px solid #dfe2e3;
  border-bottom: 1px solid #dfe2e3;
  padding: 5px 0;
}

fieldset div {
  padding: 0 25px 5px;
}

legend {
  margin: 0 0 0 -5px;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #333;
}

label, .label {
  display: block;
  padding: 8px 0 4px;
  font-weight: bold;
  color: #333;
}

label.grouped, .label.grouped, div.grouped {
  padding: 0 0 4px;
}

label.with_errors, .label.with_errors {
  color: #c9770d;
}

label span {
  display: block;
  width: 350px;
  padding: 2px 0 0 0;
  font-weight: normal;
}

label span.inline, .label span.inline {
  display: inline;
  width: auto;
}

input[type=text], input[type=file], input[type=password], textarea, select {
  font-family: Verdana, "Lucida Grande", "Lucida Sans Regular", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
  font-size: 1em;
}

input[type=text], input[type=password], textarea {
  width: 350px;
}

fieldset input[type=text], fieldset input[type=password], fieldset textarea {
  width: 325px;
}

input[type=text].datetime_select_day {
  display: inline;
  width: 18px;
}

input[type=text].datetime_select_year {
  width: 36px;
}

.datetime_select_month {
  display: inline;
  width: auto;
}

#sidebar input[type=text], #sidebar input[type=password], #sidebar textarea {
  width: 100%;
}

textarea {
  height: 150px;
}

textarea.event_times {
  height: 60px;
}

option {
  padding: 0 20px 0 0;
}

.radio_buttons div, .check_boxes div {
  position: relative;
  padding: 2px 0 6px;
}

.radio_buttons label, .check_boxes label {
  display: inline;
  padding: 0 0 0 25px;
  font-weight: normal;
  color: #000;
}

.radio_buttons input, .check_boxes input {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 15px;
  height: 14px;
  margin: 0;
  padding: 0;
}

.submit_button {
  padding: 5px 0;
}

input[type=submit], button {
  font-size: 1.1818em;
  font-weight: bold;
}

#sidebar input[type=submit] {
  margin: 0 0 0 5px;
  font-size: 1em;
  font-weight: normal;
}

.submit_button span {
  padding: 0 0 0 5px;
}


#link_for_hidden_form {
  margin: 8px 0;
}
.show, .hide {
  padding-left: 16px;
  background: #fff no-repeat top left;
}
.show {
  background-image: url(/images/icons/toggle_closed.png);
}
.hide {
  background-image: url(/images/icons/toggle_open.png);
}