div.overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	
	z-index: 999;
	background: #aaa;
}

div.dialog_container
{
	/*background-color : white;*/
	z-index : 1000;
	display : none;
	position: absolute;
	padding: 20px;
}
div.data_container
{
    width: 479px;
    background-color:white;
    padding:0px 20px 0px 20px;
}

div.main_order_dialog_container
{
	/*background-color : white;*/
	z-index : 1000;
	display : none;
	position: absolute;
	padding: 20px;
}
div.dialog_bottom_line
{
    background-image: url(/images/backgrounds/bottom_main_order.png);
    width: 520px;
    height: 28px;
    /*border: solid 2px red;*/
}
div.dialod_top_line
{
    background-image: url(/images/backgrounds/top_main_order.png);
    width: 479px;
    height: 8px;
    padding:10px 20px;
    /*border: solid 2px red;*/
    
}
div.main_order_text
{
    font-size: 8pt;
    padding-right: 10px;
}
div.dialog_wrapper { 
	/*background: white;*/
 }

