﻿body {
}
.txtNote
{
    color: #FF0000;
    text-align: center;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
.txtNote2
{
    color: #0000FF;
    text-align: center;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    width: 100%;
}
.PanelNote
{
    z-index: 2;
}