.formlabel {
    display: block;
    float: left;
    width: 250px;
}

.formselect {
    border: 1px solid #000000;
    background-color: #e7e8e8;
    width: 300px;
}

.nsformselect {
    border: 1px solid #000000;
    background-color: #e7e8e8;
}

.forminput {
    border: 1px solid #000000;
    background-color: #e7e8e8;
    width: 300px;
}

.formarea {
    border: 1px solid #000000;
    background-color: #e7e8e8;
    width: 100%;
}

#form a {
    text-decoration: none;
}

.submit_error {
    margin-bottom: 10px;
    margin-top: 10px;
    border:1px solid #FF0000;
    background-color: #ffe0e0;
}

.submit_error ul {
    margin:0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.submit_error li {
    margin-top: 2px;
    margin-bottom: 2px;
    list-style: none;
    display: block;
    height: 16px;
    background-image:url(/files/icons/error.gif);
    background-repeat: no-repeat;
    background-position: 20px;
    line-height:normal;
    padding-left: 45px;
}

.spam {
    visibility: hidden;
    width: 0px;
}

