.nevow-form {
  padding: 5px;
}

.nevow-form .group {
  border: 1px dotted #CCC;
  padding:10px;
  margin:5px 0 5px 0;
}

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

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

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

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

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

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

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

.nevow-form .textinput .inputs input, .nevow-form .textinput .inputs textarea,
.nevow-form .password .inputs input {
  border:1px solid #999;
  padding:2px 4px;
}

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


}

/* Hide from IE5-mac \*/


* html .nevow-form .radiochoice .inputs {
height: 1%;
}

/* End IE5/mac hide */

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

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

.nevow-form .inputs textarea {
  width: 300px;
  height: 6em;
  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 {
  margin-top: 5px;
  padding: 10px 0px 5px 180px;
}

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


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

.nevow-form .checkboxmultichoice .inputs input {
  margin:2px;
}
.nevow-form .radiochoice .inputs .radiobutton {
  margin:2px;
}

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

.answers .incomplete {
  color: #C00;
  border-left:1px solid #C00;
}


#q-questions .inputs.javascript {
  height:80px;
  width: 455px;
  background: url(/skin/images/bg-inputs.png);
  padding-top:80px;
}


#q-questions .nevow-form label {
  margin-top:20px;
}

#q-questions .radiobutton.active {
  width:89px;
  height:80px;
  text-indent:-1000em;
  float:left;
  position:relative;
  display:block;
  margin:0;
}


#q-questions .radiobutton.active {
  background: url(/skin/images/radiobuttons.gif) no-repeat 0 0 ;
}

#bd #q-questions .radiobutton.active.hover {
  background: url(/skin/images/radiobuttons.gif) no-repeat 0 -67px ;
}

#q-questions .radiobutton.active.selected.hover {
  background: url(/skin/images/radiobuttons.gif) no-repeat 0 -134px
}

#bd #q-questions .radiobutton.active.selected {
  background: url(/skin/images/radiobuttons.gif) no-repeat 0 -134px ;
}

.nevow-form div.radiochoice.active {
  display:none
}

.nevow-form div.radiochoice.active.selected {
  display:block;
}

.actions {
  position:relative;
}

#pageForm-action-previous {
  position:absolute;
  right:150px;
  cursor:hand;
  cursor:pointer;
  outline:none;
}
#pageForm-action-next {
  position:absolute;
  right:20px;
  cursor:hand;
  cursor:pointer;
  outline:none;
}
#pageForm-action-submit {
  position:absolute;
  cursor:hand;
  cursor:pointer;
  right:20px;
  outline:none;
}
/*--- 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;
}

.nevow-form div.errors {
  border: 2px solid #900;
  color: #900;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em;
}
.nevow-form .before {
    margin: 10px 0;
}

