﻿.input-validation-error
{
    border-color:#f00;
    background:#ffc0cb;
    border-width:2px;
    border-style:groove;
}

.validation-summary-errors
{

}

.validation-summary-valid
{
    display:none;
}

/*
    This ensures that the same amount of space
    is taken up for the validation icon, even when it is valid.
    This prevents the page from jumping around as validation messages
    toggle between valid & invalid.
*/
.field-validation-valid
{
    margin-left: 2px;
    display:inline-block;  
    width: 16px; 
    height: 16px; 
    /*background-image: url(images/validation.jpg); */
    vertical-align: text-bottom;
}

.field-required
{
    color: red;
}

.ui-tooltip-red .ui-tooltip-content
{
    background-color: #F5F5F5;
}
