div.modal_dialog {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
}

div.modal_dialog #mdlg_overlay {
	position: absolute;
	zoom: 1;
	filter: alpha(opacity=50);
	*display: inline;
	zoom: 1;
	display:inline-block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #e0e8e0;
	opacity: 0.75;
}

div.modal_dialog #mdlg_container {
	position: relative;
	*display: inline;
	*zoom: 1;
	display:inline-block;
	text-align:center;
	background: #f5f5f5;
	-webkit-border-radius: .5em;   
    -moz-border-radius: .5em;  
    border-radius: 3px 3px 4px 4px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.5);  
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.5);  
    box-shadow: 0 2px 3px rgba(0,0,0,.5);  
	min-width: 200px;
	min-height: 120px;
	overflow:hidden;
}

div.modal_dialog #mdlg_layout {
	text-align:center;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
	display:inline-block;
	height:100%;
}

div.modal_dialog #mdlg_content 
{
	padding: 10px 15px 15px;
}

div.modal_dialog hr
{
	width: 100%;
}


div.modal_dialog #mdlg_container #mdlg_title {
	background: url(/images/v2_default_4/bg_list_left.gif) repeat-x;
	font-weight: bold;
  font: 16px/100% Arial, Helvetica, sans-serif;   
  height: 34px; 
  text-align: center;  
  text-decoration: none;  
  text-shadow: 0 1px 1px rgba(0,0,0,.3);  
}

/* float: left; */
div.modal_dialog #mdlg_container #mdlg_title span
{
	line-height: 34px;
	color: #333333;
    
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 9px 0 5px 10px;
    text-align: center; 
}

div.modal_dialog #mdlg_container #mdlg_footer
{
	margin-bottom: 5px;
}

div.modal_dialog #mdlg_container #mdlg_name
{
	height: 20px;
}

div.modal_dialog #mdlg_container #mdlg_close_btn
{
	float:right;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	margin-right: 5px;
}

div.modal_dialog #mdlg_container #mdlg_close_btn:hover
{
	position: relative;
	left: 1px;
	top: 1px;
}

div.modal_dialog_body {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}