html {
    position: relative;
    min-height: 100%;
}

body {
    background-image: url(/images/bg3.png);
    margin-bottom: 60px;
}

.logotitle {
    text-shadow: 2px 1px 2px rgba(255, 255, 255, 1);
    padding-left: 7px;
}

.footer {
    background-color: #e9e9e9;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: 0;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
