﻿/* styles for validation helpers */
.field-validation-error 
{
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ff0000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.validation-summary-errors 
{
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ff0000;
    white-space: nowrap;
}