﻿#popUpError
{
}
#popUpErrorContent
{
    background-color: #fff;
    clear: both;
    border: none;
    padding: 10px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 13px;
    font-weight: bold;
    width: 570px;
}
