/* Default styles */

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

.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: 200px;
}

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

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

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

.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: 100px;
  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:100px;
}

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

/* Additional styles */

.nevow-form {
  border: 1px solid #ccc;
  padding: 5px;
  width:650px;
  background-color:#FFF;
  margin:0;
}

.nevow-form label {
  width: 200px;
}

.nevow-form .actions {
  padding: 5px;
  text-align:right;
}

.nevow-form .field .message, .nevow-form .field .description, .nevow-form .field .inputs {
  margin-left: 205px;
}

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

.nevow-form .inputs input, .nevow-form .inputs textarea {
  width: 300px;
  margin-bottom: 2px;
  border:1px solid #CCC;
}

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

.nevow-form div.field.error {  
  background-color:#FFF3F3;  
}

.nevow-form #details-delivery legend {
  margin:10px 0 5px 0;
  font-size:120%;
  font-weight:bold;
}

