﻿body {
    padding-bottom: 20px;
    padding-top: 50px;
}

/* 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; }

.field-validation-error {
    color: #FF0000;
    font-weight:bold;
    padding-left: 10px;
}
 
.input-validation-error {
    border: 1px solid #FF0000;
    background-color: silver;
    padding-left: 10px;
}