﻿.title {
    color: #000000;
    font-family: Arial;
    font-size: 25pt;
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

#AlertDiv {
    left: 40%;
    top: 40%;
    position: absolute;
    width: 200px;
    padding: 12px;
    border: #000000 1px solid;
    background-color: white;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}

#AlertButtons {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

body {
    font: normal normal 700 8pt normal verdana, geneva, arial, helvetica, sans-serif;
    color: #666666;
    margin: 15px 15px 15px 20px;
}
