﻿/* OLD DIALOG TO BE REPLACED */
.dialog
{
    border: 3px #F5F5F5 ridge;
    background-color: #F5F5F5;
    padding: 5px;
    text-align: left;
    width: 600px;
    z-index: 9999 !important;
}

.dialog .dialogHeader
{
    white-space: nowrap;
    font-weight: bold;
    display: block;
    border: 1px solid #000000;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #FFFFFF;
}

.dialogBackground
{
    background-color: #FFFFFF;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 4998 !important;
}
.buttonPanel
{
    height: 20px;
    position: relative;
    text-align: right;
    top: 5px;
    padding-right: 3px;
}

.buttonPanel input
{
    width: 75px;
}

