.defaultPopupDialogTopContainer
{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: url(../images/layout_submenu_bg.png) repeat;
        text-align: center;
        overflow: auto;
}

.defaultPopupDialogContainer
{
    margin: 0 auto;
        position: relative;
}

.defaultPopupDialogTitle
{
        height: 20px;
        line-height: 20px;
        clear: both;
        background-color: #0e43c0;
        color: white;
        text-align: center;
}

.defaultPopupDialog
{
        position: relative;
    border: solid 1px #000000;
    background: #FFFFFF;
    width: 600px;
}

.syntaxHelpPopupDialog
{
	background: url(../images/layout_submenu_bg.png) repeat;
}

.formatColumnPopupDialog
{
	position : relative;
    top: 10%;
    margin: 0 auto;
    border: solid 1px #000;
    background: #fff;
    width: 565px;
}

/* DIALOG INSTANCES */
.discountPopupDialog
{
        position : relative;
        width: 880px;
        /*height: 900px;*/
        background: #e4ecf8 no-repeat scroll 0 0;
        text-align: center;
    padding: 10px;
}

.e12PopupDialog
{
        position : relative;
        width: 550px;
        /*height: 900px;*/
        background: #e4ecf8 no-repeat scroll 0 0;
        text-align: center;
    padding: 10px;
}
