﻿.dialog {
    width: 580px;
    margin: 0px;
    padding: 0px;
}
.dialog .title {
    color: #eeeeff;
    text-align: center;
    font-weight: bold;
    padding: .5ex;
    cursor: move;
    background-image: url(Images/MainBoxGrayHeader.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
.dialog .body {
    padding: 10px;
    background-image: url(Images/MainBoxGrayContent.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.dialog-background {
    background-color: #ffffff;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
