.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;
}

/* DIALOG INSTANCES */
.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: 600px;
	background: #b7c4e6 no-repeat scroll 0 0;
	text-align: center;
}