input.btn {
  font-family:  sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #55768F;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
}


Textarea {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}

select {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}


/***********************************/

div.form {
  text-align:left;
}
div.form_label {
  font-family:verdana,courier,helvetica; font-weight: bold;font-size:12px; color:#000000;
  text-align:right;
  width:130px;
  float:left;
}

font.formlabel {
  font-family:verdana,courier,helvetica; font-weight: bold;font-size:12px; color:#000000;
  text-align:right;
}

div.form_row {
  text-align:left;
}
div.form_error {
  color:#9f0000;
  font-size:14px;
  text-align:center;
  font-weight:bold;

}

input.form_btn {
   font-family:verdana,courier,helvetica;
   font-size:13px;
   color:#846104;
   font-weight:bold;
   background-color:#f9e5bd;
   border:1px solid #f9dc90;
   border-right:2px solid #eecc71;
   border-bottom:2px solid #eecc71;
}

input {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}

input.form {
   font-family:verdana,courier,helvetica;
   font-size:12px; color:#000000;
   background-color:#ffffff;
   border-width:1px;
   border-style:solid;
   border-color:#A198B4;
}

select.form {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}

