/* forms.css 
 * Forms style sheet for tibetsun.com
 * -> This is loaded *after* the main stylesheet
 * HISTORY:
 *  30 jun 2008 jw - configured for tibetsun.com
 *
  notes:
    comma to list alternates, space to nest.
*/

/* ============================================
   ===== { Forms: =====
   ============================================ */
form {
}
form table {
  /*
  width: 600px;
  border: 1px dashed #6666cc;
  */
}

input {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
  font-size: 75%; 
  letter-spacing: .1em; 
}

input#submit {
  background-color: #cc0000;
  color:   #ffffff;
}
textarea {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
}
select {
  font-family:    verdana, helvetica, arial, lucida, sans-serif; 
  font-size:   90%;
}


td.label {
  color:      #006600;
  font-size:   90%;
  text-align:  right;
  line-height: 1.3em;
  border-right: 1px dashed #cccccc;
}
td.form-label {
  color:      #006600;
  font-size:   90%;
  text-align:    right;
  font-weight:   normal;
  padding-right: 1em;
  border-right: 1px dashed #cccccc;
}
td.form-label-req {
  color:      #006600;
  font-size:   90%;
  text-align:    right;
  font-weight:   bold;
  padding-right: 1em;
  border-right: 1px dashed #cccccc;
}
span.form-label-req {
  color:      #006600;
  font-weight:   bold;
}

.label-err-highlight {
    color:  red;
}

input.button-submit {
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: .07em;
  background-color: #33cc00;
  border: 2px groove #000000;
}


/* ============================================
   ===== { 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 */
