div.form_error {
  font-family:  arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #fec208;
  text-align:center;
}

input.form_btn {
  font-family:  arial;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #acd612;
  padding-left:1px;
  padding-right:1px;
  padding-top:1px;
  padding-bottom:1px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ecc07;

}

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;
}

div.form_row {
  text-align:left;
  height:22px;
}

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;
}


