﻿.popupPanel
{
    padding: 10px;
    background-color: #eeeeee;
    min-height: 100px;
}
.modalBackground
{
    background-color: gray;
    filter: alpha(opacity= 70);
    opacity: 0.7;
}
.popupTdLabel
{
    width: 210px;
    height: 30px;
}
.popupTdContent
{
    width: 532px;
}
.popupTdContentShort
{
    width: 300px;
}
.popupButtons
{
    padding: 20px 5px 10px 5px;
    text-align: right;
}
.popupSmallTextBox {
    width: 60px
}
