
/* eform css */

form.eform {
        display: inline;
}
table.eform {
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 10px;
}
table.eform tr td {
        text-align: left;
        font-size: 10pt;
        color: #003194;
        font-weight: bold;
        padding-top: 5px;
		text-decoration: none;
}
table.eform tr td div {
        color: #316383;
        font-weight: bold;
        font-size: 9pt;
}
input.eform1 {
        color: #316383;
        border: 1px solid #006394;
        background-color: #adced3;
        font-size: 7pt;
        padding: 2px;
        width: 135px;
}
input.eform2 {
        color: #316383;
        border: 1px solid #006394;
        background-color: #adced3;
        font-size: 7pt;
        padding: 2px;
        font-weight: bold;
        margin-top: 3px;
        width: 85px;
}
div.eform_ok {
        font-weight: bold;
        color: #006600;
        font-size: 10pt;
}
div.eform_err {
        font-weight: bold;
        color: #990000;
        font-size: 10pt;
}


