/* ecotibet-forms.css 
 * Forms style sheet for ecotibet.org.
 * -> This is loaded *after* the main stylesheet
 * -> This should be duplicated on emark and dasa.
 * HISTORY:
 *  14 jun 2005 jw - made from webwalker.to
 *
  notes:
    comma to list alternates, space to nest.
*/

/* ============================================
   ===== { Forms: =====
   ============================================ */
input {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
}
textarea {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
}
select {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
  font-size:   90%;
}
td.label {
  font-size:   90%;
  text-align:  right;
  line-height: 1.3em;
  border-right: 1px dashed #cccccc;
}
td.form-label {
  font-size:   90%;
  text-align:    right;
  font-weight:   normal;
  padding-right: 1em;
  border-right: 1px dashed #cccccc;
}
td.form-label-req {
  font-size:   90%;
  text-align:    right;
  font-weight:   bold;
  padding-right: 1em;
  border-right: 1px dashed #cccccc;
}
span.form-label-req {
  font-weight:   bold;
}

.error-highlight {
    color:  red;
}

input.button-submit {
  background-color: #66cc00;
}


/* ============================================
   ===== { Messages: (used in php forms programming =====
   ============================================ */
div.error-message {
  color:     #006633;
  text-align: left;
  border:     2px solid red;
  width:      70%;
  padding:    4px 20px 4px 20px;
  margin-bottom:  12px;
}
div.success-message {
  text-align:  left;
  border:   2px solid #006633;
  width:    70%;
  color:    #000000;
  padding:  4px 20px 4px 20px;
  margin-bottom:  12px;
}
div.message {
  color:     #006633;
  text-align: left;
  border:     2px solid darkblue;
  width:      70%;
  padding:    4px 20px 4px 20px;
  margin-bottom:  12px;
}

dl.error dt {
  color:     #006633;
}

ul.error {
  margin-top:  0em;
}
ul.error ul.error {
  margin-top:  .1em;
  margin-left: -.5em;
}
li.index {
  margin-top: 1em;
  line-height: 120%;
}
li.error {
  color:  red;
  line-height: 120%;
}

dl.contact-success {
  color:     #006633;
  text-align: left;
}


/* e o f */
