td.formarea {
text-align: left;
vertical-align: top;
font-family: Georgia, Times New Roman, sans-serif;
font-size: 17px;
color: #202c2f;
text-decoration: none;
font-weight: normal;
padding-top: 0px;
}
td.formtext {
text-align: left;
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
color: #808081;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

td.sideBox {
padding: 0px;
}

.error_message {
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
color: #ed1807;
text-decoration: none;
font-weight: bold;
}
td.labels {
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
color: #08364b;
text-decoration: none;
font-weight: bold;
padding: 3px;
}
td.fieldCont {
font-family: Tahoma, Geneva, sans-serif;
font-size: 10px;
color: #023948;
text-decoration: none;
font-weight: bold;
padding: 3px;
}
.fields {
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
color: #4d4d4e;
text-decoration: none;
font-weight: bold;
padding: 4px;
border: #08364b 1px solid;
background-color: white;
opacity: 1;
}
.fields:focus {
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
color: black;
text-decoration: none;
font-weight: bold;
padding: 4px;
border: black 2px solid;
background-color: white;
opacity: 1;
}
.submit {
background-color: #08364b;
border: #08364b 1px solid;
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 4px;
cursor: pointer;
}