.css_form_button
{
  color: #FFFFFF;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  margin: 3px 3px 3px 3px;
  border: 0.5px solid #999; 
  background-color: #FF6633;
}

.css_inputtype
{
  background: #FFF;
  width: 210px;
  color: #000000;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  margin: 0px;
  padding: 1px 1px 1px 1px;
  border-top: 1px solid #245784;
  border-left: 1px solid #245784;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: inline;
}

.css_select
{
  background: #FFF;
  width: 215px;
  color: #000000;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  margin: 0px;
  padding: 1px 1px 1px 1px;
  border-top: 1px solid #245784;
  border-left: 1px solid #245784;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: inline;
}
.css_form_lbl_txt
{
font-family:arial;
color:#666666;
font-size:11px;
padding-top:4px;
padding-bottom:4px;
text-decoration:none;

}

