.nevow-form {
  
}

.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;
  border: 1px solid #CCC;
}

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

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

.nevow-form .field.decimal .inputs input {
  width: 8em;
}

.nevow-form .inputs textarea {
  width: 300px;
  height: 200px;
  border: 1px solid #CCC;
}

.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 .fileuploadwidget input.upload-checkbox-remove {
  width:auto;
}

.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;
}

.nevow-form .preview-show {
  display: block;
}

.nevow-form .preview-hidden {
  display: none;
}

.nevow-form .resttextarea .preview-frame {
  height: 500px;
  width: 80%;
}


.nevow-form .actions input {
background-color:#FFFFFF;
background-image:url(../images/background_form_element.gif);
background-repeat:repeat-x;
border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style:double;
border-width:3px;
color:#333333;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:90%;
font-weight:bold;
padding:0.25em;
margin-left: 10px;
}


/*--- CLEARFIX  ----------------------------------------------------------*/
.nevow-form div.field:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.nevow-form div.field {display:inline-block;}
/* Hide from IE Mac \*/
.nevow-form div.field {display:block;}
/* End hide from IE Mac */


.nevow-form .add {
  display:block;
}
