input[type=text], textarea, input[type=number], input[type=search] {
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px #EEEEEE solid;
  border-radius: 2px;
  font-family: Lucida Grande; }

select {
  font-family: 'Lucida Grande';
  font-size: 11px; }

textarea {
  resize: none; }

/* SIMPLE FORM */
form.simple_form .input {
  margin-bottom: 1em; }

form.simple_form label {
  font-size: 14px;
  display: block;
  margin: 0 0 0.5em; }

.simple_form .boolean + label {
  display: inline;
  margin-left: 0.25em;
  cursor: pointer; }

form.simple_form textarea {
  width: 100%; }

form.simple_form fieldset {
  margin: 2em 0; }

form.simple_form legend {
  color: #888;
  font-size: 1.25em;
  margin: 0 0 0.5em; }

form.simple_form .error {
  color: #C33;
  margin: 0 1em; }

form.simple_form .hint {
  color: #669966;
  margin: 0 1em; }

form.simple_form .button {
  margin-right: 1em; }

form.simple_form .fields {
  position: relative; }

form.simple_form .fields .remove_child {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #EEEEEE;
  color: #CC0000;
  padding: 0 0.5em;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 0;
  line-height: 32px;
  width: 30px; }

form.simple_form .fields .remove_child:hover {
  color: #EE0000; }

abbr[title=required] {
  color: #EE0000;
  display: inline-block;
  font-size: 2em;
  height: 0.5em;
  vertical-align: top;
  margin-top: -3px; }

/* Asset Fields */
.fields.sortable_asset {
  background: #EEEEEE;
  cursor: move;
  display: inline-block;
  margin: 0 30px 30px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px; }

.simple_form .sortable_asset img {
  vertical-align: bottom;
  /* Remove space at bottom of image */
  margin: 2px 2px 0; }

.simple_form .sortable_asset .input {
  margin: 0;
  /* Remove the bottom margin from the caption input */ }

/* Captcha */
form.feedback {
  margin-top: 3em; }

#recaptcha_widget_div {
  width: 500px;
  background-color: white;
  margin-bottom: 1em; }
