.discountPopupDialog
{
    position : relative;
    width: 900px;
    height: 680px;
    background: #e4ecf8 no-repeat scroll 0 0;
    text-align: center;
}
.ivrPopupDialog
{
    position : relative;
    margin: 0 auto;
    border: solid 1px #000;
    top: 10%;
    width: 620px;
    background: #b7c4e6 no-repeat scroll 0 0;
    text-align: center;
}
.ivrPopupDialogWide
{
    position : relative;
    margin: 0 auto;
    border: solid 1px #000;
    top: 10%;
    width: 820px;
    background: #b7c4e6 no-repeat scroll 0 0;
    text-align: center;
}
