﻿


form.autent fieldset
{
border: 1px solid #FFF;
width: 260px;
}

form.autent legend
{
color: #fff;
font-weight: bold;
background: #CC0000;
border: 1px solid #781351;
padding: 2px 6px
}

form.autent ol{
list-style:none;
display:block;
margin: 0;
}

form.autent ol li{
/* border-bottom:1px solid #ccc; */
padding:5px;
margin: 0;

}

form.autent label
{
text-align:right;
float: left;
clear: left;
text-transform:Capitalize;
padding-right:2px; 
vertical-align: top;
width: 70px;
}

form.autent input
{
color: #000;
background: #FFF;
border: 1px solid #CC0000;
font-size: 8pt;

}

form.autent textarea
{
color: #000;
background: #FFF;
border: 1px solid #CC0000;
font-size: 8pt;


}

form.autent input.nolabel 
{
color: #FFF;
background: #CC0000;
position: relative;
clear: both;
float: right;
margin-right: 10px;
display: block;
font-size: 10pt;

}

form.autent input.nolabel1 
{
color: #FFF;
background: #CCC;
}

form.autent em {
  font-weight: bold;
  font-style: normal;
  color: #CC0000;
}






