﻿select {
    font-size: 1em;
    padding: 2px 2px 2px 2px
}

a {
    color: blue;
}

textarea {
    font-family: 'Roboto', sans-serif, Helvetica;
    font-size: 1em;
}

.field-validation-error {
    font-size: 0.9em;
    color: red;
}

.btn {
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #630000);
    background-image: -moz-linear-gradient(top, #d93434, #630000);
    background-image: -ms-linear-gradient(top, #d93434, #630000);
    background-image: -o-linear-gradient(top, #d93434, #630000);
    background-image: linear-gradient(to bottom, #d93434, #630000);
    color: #ffffff;
    font-size: 1.1em;
    padding: 10px 20px 10px 20px;
    border: solid #000000 1px;
    text-decoration: none;
    cursor: pointer;
    display:inline-block;
    
}

.btn:hover {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #ad0000);
    background-image: -moz-linear-gradient(top, #ff0000, #ad0000);
    background-image: -ms-linear-gradient(top, #ff0000, #ad0000);
    background-image: -o-linear-gradient(top, #ff0000, #ad0000);
    background-image: linear-gradient(to bottom, #ff0000, #ad0000);    
    text-decoration: none;
}

.largerText {
    font-size: 1.2em;
}