.nevow-form {
  padding: 5px;
  font-size:80%;
}

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

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

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

.nevow-form label {
  float: left;
  width: 155px;
  text-align:right;
  padding-right:5px;
  color: #486891;
}

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

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

.nevow-form .inputs input,.nevow-form .inputs textarea  {
  width: 200px;
  border-top:2px solid #aaa;
  border-left:2px solid #aaa;
  border-bottom:2px solid #eee;
  border-right:2px solid #eee;
}

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

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

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

.nevow-form .message, .nevow-form .description {
  display: block;
  margin-left: 155px;
  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;
  margin-left:155px;
}

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


.nevow-form .fileupload input {
  margin-left: 100px;
}
.nevow-form .fileupload img {
  height:30px;
}
.nevow-form contact-comments {
  border:1px solid green;
}

