  dd {
    padding: 0 0 10px;
  }
  #calendar_container {
    padding: 5px 80px 40px;
    background: #eee;
  }

/* Form */

#calendar_form {
  clear: both;
}
  #calendar_form #labels label {
    font-weight: bold;
  }
  #calendar_form #fields span label {
    font-weight: bold;
	padding:0 20 0 20;
  }
  #calendar_form #fields span {
    display: inline-block;
  }
    #calendar_form #fields span input {
      border-style: solid;
      font-size: 10px;
      padding: 2px 6px;
      width: 120px;
	  
      -webkit-border-radius: 10px;
      -moz-border-radius: 11px;
    }
      #calendar_form #fields span input:focus {
        outline: none;
      }
      #calendar_form #fields span input.error {
        background: #faa;
      }
