﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    padding: 2px;
    margin: 2px;
    border: 2 solid #81CC30;
    border-color : #81CC30;
    border-width: 2px;
    border-style: solid;
    background-color: #FFFFFC;
    padding: 3px;
    width: 300px;
    height: 200px;
}

.modalPopupTitle
{
    background-color: #86BF40 !Important;
    color: White;
    height: 25px;
    font-size: 14px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    padding: 2px;
    margin: 2px;
    border: 2 solid #81CC30;
    border-color : #81CC30;
    border-width: 2px;
    border-style: solid;
    background-color: #FFFFFC;
    padding: 3px;
    width: 300px;
    height: 200px;
}

.modalPopupTitle
{
    background-color: #86BF40 !Important;
    color: White;
    height: 25px;
    font-size: 14px;
}

.frmCentralPanel
{
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    margin-top: 130px;
    z-index: 100;
}