.nevow-form {
  border: 1px solid #ccc;
  padding: 5px;
}

.nevow-form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

.nevow-form div.field {
  margin-bottom: 10px;
  padding: 2px 0px 2px 10px;
}

.nevow-form div.field.error {
  border-left: 2px solid #900;
  padding-left: 8px;
}

.nevow-form label {
  float: left;
  width: 100px;
}

.nevow-form .inputs {
  margin-left: 110px;
}

.nevow-form .required label {
  font-style: italic;
  font-weight: bold;
  color: #555;
}

.nevow-form .error label {
  color: #900;
}

.nevow-form .inputs input {
  width: 300px;
}

.nevow-form .checkbox .inputs input, .nevow-form .checkboxmultichoice input {
  width: auto;
}

.nevow-form .field.date .inputs input {
  width: auto;
}

.nevow-form .inputs textarea {
  width: 500px;
  height: 200px;
}

.nevow-form .message, .nevow-form .description {
  display: block;
  margin-left: 110px;
  font-size: 79%;
}

.nevow-form .description {
  font-style: italic;
  color: #666;
}

.nevow-form .message {
  color: #900;
}

.nevow-form .actions {
  border-top: 1px dashed #ccc;
  margin-top: 5px;
  padding: 10px 0px 5px 110px;
}

.nevow-form .actions input {
  margin-right: 0.5em;
}

.nevow-form .checkboxmultichoice .inputs {
  clear: both;
}

.nevow-form .checkboxmultichoice .inputs label {
  margin-left:10px;
  font-size:80%;
  font-style:italic;
  float: none;
  display:inline;
  color:#000;
}

.nevow-form .fileupload img {
  height:30px;
}

.nevow-form .disabled, .nevow-form .readonly {
  background-color: #FFF;
  color: #777;
}

.nevow-form .inputs .readonly-textarea-container {
  border: 1px solid #ccc;
  overflow: scroll;
  height: 300px;
}

.nevow-form .radiochoice .inputs input {
  width: auto;
}

.nevow-form .radiochoice .inputs label {
  display: inline;
  float: none;
}

