﻿

.TextBox:focus {
    width: 220px;
    transition: 500ms all ease;
    padding: 3px 32px 3px 3px;
}

select {
    width: 90%;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #CCC;
    font-weight: 200;
    font-size: 14px;
    margin: 2px;
    font-family: Verdana;
    padding: 3px 3px 3px 3px;
    margin-left: 5%;
    margin-right: 10%;
}

    /*select:hover {
        width: 90%;
        height: 29px;
        border-radius: 3px;
        border: 1px solid #CCC;
        font-weight: 200;
        font-size: 12px;
        margin: 2px;
        font-family: Verdana;
        padding: 3px 3px 3px 3px;
        margin-left: 5%;
        margin-right: 10%;
    }*/

.ButtonStyle, .ButtonStyle:hover {
    width: 170px;
    border-radius: 15px !important;
    font-weight: 200;
    font-family: Verdana;
    padding: 5px;
    background-color: #9a2827 !important;
    font-weight: bold;
}

.ButtonStyle {
    border-radius: 3px;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #9a2827;
    margin-left: 10%;
    margin-right: 10%
}

    .ButtonStyle:hover {
        background-color: transparent !important;
        color: #fff;
    }
