.conditionSyntaxHelpPopup {
    position: absolute;
    border: solid 1px #586ba0;
    overflow-x: visible;
    overflow-y: auto;
    max-height: 200px;
    min-width: 137px;
    width: 137px;
}
.conditionSyntaxHelpPopup ul {
    margin: 0;
    padding: 0;    
    width: 137px;
}
.conditionSyntaxHelpPopup ul li 
{
    list-style-type: none;
}
.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: 620px;
    background: #b7c4e6 no-repeat scroll 0 0;
    text-align: center;
}

.discountPopupDialog
{
    position : relative;
    width: 900px;
    height: 680px;
    background: #e4ecf8 no-repeat scroll 0 0;
    text-align: center;
}
