﻿.submitbtn {
    background-color: #00305d;
    border: none;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    margin-right: 10px;
    padding-left: 15px;
    text-align: center;
    width: 50px;
}

.select-btn {
    height: 35px;
    border-radius: 6px;
    border: 1px solid #999;
    width: 150px;
    background-color: #F3FCF4;
}

.submitbtn:hover {
    background-color: #01274b;
    cursor: pointer;
}

input {
    margin: 0px 0px 10px 0px;
}

.validation-summary-errors li {
    color: red;
}

.customcapcha {
    width: 45%;
    border: 1px solid #CCCCCC;
    padding: 7px 10px 7px;
    border-radius: 5px;
    text-align: left;
}

    .customcapcha img {
        float: left;
        padding-right: 10px;
    }

    .customcapcha a img {
        padding-bottom: 5px;
        padding-right: 0px;
    }

input[type="submit"], input[type="button"], input[type="reset"], button {
    text-align: center;
}
