@charset "utf-8";
/* CSS Document */

.jsvalidation{
font-family:verdana;
font-size:9px;
color: #CC0000;
padding-left: 5px;
}

form.cssform fieldset {
  margin-bottom: 10px;
}
form.cssform legend {
  padding: 0 2px;
  font-weight: bold;
  font-family: verdana;
  font-size: 10px;
  line-height: 16px;
  color: #7c5b43;
}
form.cssform input.text {
background-color: #fbf6e3; border-left: 1px dashed #CEDBC6; border-right: 1px dashed #CEDBC6; border-top: 1px dashed #CEDBC6; border-bottom: 1px dashed #CEDBC6
}
form.cssform textarea {
background-color: #fbf6e3; border-left: 1px dashed #CEDBC6; border-right: 1px dashed #CEDBC6; border-top: 1px dashed #CEDBC6; border-bottom: 1px dashed #CEDBC6;
}
form.cssform select {
background-color: #fbf6e3;
}
form.cssform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  line-height: 16px;
  color: #7c5b43;
}
form.cssform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cssform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cssform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cssform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cssform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cssform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cssform label {
  width: 120px; /* Width of labels */
}
form.cssform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
