﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.navbar {
    height:45px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 7%, #ff670f 74%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#ffffff), color-stop(74%,#ff670f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 7%,#ff670f 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 7%,#ff670f 74%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 7%,#ff670f 74%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 7%,#ff670f 74%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */

    width:100%;
    margin-bottom:30px;
}