﻿.standardbuttonF {
    border: solid 2px #214394;
    background-color: #214394;
    color: White;
    Height: 27px;
    width: 150px;
    vertical-align:middle;
    cursor: pointer;
}
.rolloverbuttonF {
    border: solid 2px #f68e26;
    background-color: #f68e26;
    color: White;
    Height: 27px;
    width: 150px;
    vertical-align:middle;
    cursor: pointer;
}
#Submit:hover {
    background-color: #f68e26;
}

#Submit {
    background-color: #214394;
}

.standardbuttonF {
    border: solid 2px #214394;
    background-color: #214394;
    color: White;
    cursor: pointer;
}

.rolloverbuttonF {
    border: solid 2px #f68e26;
    background-color: #f68e26;
    color: White;
    cursor: pointer;
}