﻿/* -- Beginning of Contact Form styling */
legend {
    border: 1px solid #999999;
    padding: 5px;
    margin-bottom: 3px;
    cursor: help;
    font-weight: bold;
    background-color: #EBEBEA; 
    color: #003366;
    font-size: small;
}

fieldset {
    padding: 10px;
    border: 1px solid #CFCFCF;
    background-color: #FAFAFA;
    margin-bottom: 5px;
    font-size: 10px;
}

label {
    display: block;
    float: left;
    width: 160px;
    text-align: right;
    color: #000000;
    background-color: #FAFAFA;
    margin: .2em;
}

br {
    clear: left;
}

input, select {
    margin: .2em;
}

input {
    border: 1px solid #C0C0C0;
}

.submit {
    border: 1px outset #333;
    cursor: pointer;
    margin-top: 5px;
    width: auto;
}
 
.textarealabel {
    font-style: italic;
    text-align:left;
    width: 100%;
}

textarea {
    border: 1px solid #C0C0C0;
    margin-bottom: 3px;
}
/* -- End of Contact Form styling */
