.dialog{
	font-size:12px;
	position:absolute;
	display:none;
	overflow:hidden;
	-moz-border-radius:5px;
	border-bottom:1px solid #CCCCCC;
}
.dialog-shadow{
	position:absolute;
	overflow:hidden;
}
.dialog-header{
	background-color: #f4f5f9;
	font-size:15px;
	position:relative;
	height:35px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.dialog-backBtn
{
    float:left;
    padding: 0 10px;
    height: 33px;
    padding-top: 4px;
}
.dialog-backBtn button
{
    color: #333;
    background-color: #f3f3f3;
    height: 25px;
    padding: 0px 8px;
    width: 90px;
    border-radius: 0px;   
}
.dialog-backBtn button .icon
{
    margin-right: 3px;
    font-size: 14px;    
}
.dialog-title{
	color:#000000;
	font-size:14px;
	line-height: 25px;
	padding:5px 35px 5px  8px;
	height:35px;
	font-weight:normal;
	border-bottom: 1px solid #d7d7d7;
}
.dialog-icon{
	width:18px;
	height:18px;
	position:absolute;
	left:2px;
	top:4px;
}
a.dialog-close{
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	right: 6px;
	top: 6px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
	background:url('grid/dialog_tools_big.gif') no-repeat -16px 4px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
a:hover.dialog-close{
	opacity:1;
	filter:alpha(opacity=100);
}
.dialog-content{
	overflow: hidden;
	background: #fff;
	position:relative;
	min-height: 67px;
	padding: 10px 20px;
}
div[id^="_newDialog"]
{
    padding: 0;  
}
.dialog-button{
	height: 50px;
	background-color: #f4f5f9;
	margin:0px;
	padding: 9px 0;
	text-align: center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.dialog-button button
{
    margin: 0 20px;    
}
.dialog-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	font-size:1px;
	*zoom:1;
	overflow:hidden;
}
.dialog-mask-black{
	 
	  background: #FFF url(index/appdesktop_Bg.jpg) no-repeat bottom right;
	 
	 
}
.dialog-mask-normal{
	filter:alpha(opacity=40);
	opacity:0.40;
	 background-image:url(uiimages/ui-bg_flat_0_aaaaaa_40x100.png);
}

/*-------------- new_dialog ---------------*/
.new_dialog .dialog-header
{
	 height: 35px;
	 line-height: 35px;
	 border: 0px;	
}
.new_dialog .dialog-header .dialog-title
{
	height: 35px;
	line-height: 35px;
	background: #f4f5f9;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
}
.new_dialog .dialog-header .dialog-close
{
	top: 5px;
	right: 10px;
}

.new_dialog .dialog-content
{
	border: 0px;
	padding: 0px;
	min-height: 200px;	
}
.new_dialog .dialog-button
{
	border: 0px;
	height: 50px;
    line-height: 50px;
    background: #f4f5f9;
    text-align: center;
    padding: 8px 10px;	
}
.new_dialog .l-btn
{
	display: inline-block;
	width: 80px;
	height: 32px;
	line-height: 12px;
	box-sizing: border-box;
	padding: 10px 8px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);	
	background: none;
}
.new_dialog .l-btn span.l-btn-left
{
	padding: 0;
    display: inline-block;
    line-height: 12px;	
}

.new_dialog #_diyDialogOk
{
	background-color: #068547;
	margin: 0px;
	margin-right: 20px!important;
	border: 0px;	
}
.new_dialog #_diyDialogOk .l-btn-text
{
	color: #fff;	
}
.new_dialog #_diyDialogOk:hover
{
	background-color: #1fa15d;
	border: 0px;
}
.new_dialog #_diyDialogNo
{
	background-color: #f3f3f3;
}
.new_dialog #_diyDialogNo:hover
{
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
.dialog-clearFix
{
	display: table;
	clear: both;	
}