/* FORMS ***********************/
/*******************************/

fieldset {
  border: solid 1px #dddddd;
  padding: 10px;
  margin: 10px 0;
  babackground: #ccc;
  text-align:left;
}

fieldset.twoColWidth {
  width: 500px;
}

textarea {
  font-family:monospace;
  font-size: 12px;
  overflow: auto;
  padding: 4px;
  width: 98%;
}

textarea.small {
  font-size: 12px;
  width: 18em;
  height: 5em;
}

form#new_user {
  margin-left: 40px;
}

div.field input[type=text],
div.field input[type=password] {
  background-color: #FFFFA0;
  border:1px solid #AAAAAA;
  padding:4px 2px;  
}

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

form .field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

div#liquidContent form .checkbox label {
  display: inline !important;
}

form .field .help {
  color: #666666;
  font-size: 80%;
}

form .fieldWithErrors { display: inline }
form .fieldWithErrors label {
  background: url(/images/cross.png) no-repeat left center;
  padding-left: 20px;
}

form.button-to, form.button-to div { display: inline }

form .required label:after {
  content: " *";
}

form .required label:after,
form .required-marker {
  color: #dd0000;
}

form .operations {
  margin-top: 10px;
  margin-bottom: 10px;
}

form .operations input {
  vertical-align: middle;
}

form .field table label {
  display: inline;
}

form .field table td {
  white-space: nowrap;
}

form .field table td p {
  white-space: normal;
}
