.mnform {
width: 540px;
margin: 16px auto 15px;
position: relative;
overflow: hidden;
}
.formhdr {
font-size: 16px;
font-weight: bold;
text-align: left;
padding: 0px 10px 5px;
margin-bottom: 10px;
border-bottom: 1px solid #a3a3a3;
}
.formhdr2 {
font-size: 14px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.formshadow {
margin: 0px 2px;
height: 2px;
width: 100%;
background: url(images/formshad.gif) repeat-x 0 -4px;
overflow: hidden;
}
.formfmt {
padding: 1px;
border: 1px solid #a3a3a3;
}
.formfmt td {
font-size: 13px;
padding: 2px;
}
.formfmt textarea {
font-size: 13px;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
line-height: 20px;
}
.subformhdr {
font-size: 13px;
height: 25px;
font-weight: bold;
color: #333333;
background-color: #e3e3e3;
}
.formfmt td.formcol0{
height: 25px;
padding-left: 20px;
text-align: left;
background-color: #f1f1f1;
}
.formcol0i{
height: 25px;
text-align: left;
background-color: #f8f8f8;
}
.inputfmt {
font-size: 13px;
border: 1px solid #A5A5A5;
height: 20px;
padding-top: 3px;
padding-left: 3px;
color: #090909;
}
.tooltip {
position:absolute;
overflow: auto;
visibility: hidden;
font-size: 13px;
border: 1px solid #333333;
background-color: #FFFFE1;
padding: 5px;
width: 200px;
}
.tip {
margin-left: 30px;
margin-right: 10px;
padding: 10px;
background-color: #FFFFFA;
border: 1px solid #CCCCCC;
color: #666666;
line-height: 19px;
}
.tip table {
color: #666666;
line-height: 19px;
}
.lightem {
font-weight: bold;
color: #333333;
}
.emnum {
font-weight: bold;
font-size: 16px;
font-family: Arial;
color: #FF0000;
}
a.nonelink:link {
text-decoration: none;
color: #0000AA;
}
a.nonelink:visited {
text-decoration: none;
color: #0000AA;
}
a.nonelink:hover {
text-decoration: underline;
color: #FF0000;
}
.stepfocus {
padding: 5px 0 5px 8px;
background: url(images/rarr_blue.gif) no-repeat 0px 9px;
color: #003399;
font-weight: bold;
}
.steptitle {
padding: 5px 0 5px 8px;
font-weight: bold;
}
.stepdesc {
padding: 5px 0 5px 12px;
line-height: 19px;
}
.btmborder {
border-bottom: 1px solid #a3a3a3;
}
.btnfmt {
font-size: 12px;
border: 1px solid #A5A5A5;
padding: 2px;
background-color:#3333ff;
color: #ffffff;
}