﻿ .hongen_dialog_show
        {
            display:none;
            width:100%;
            height:130%;
            background-color:#c7c7c7;
            opacity:0.9;
            filter:'alpha(opacity=90)';
            filter:alpha(opacity=90);
            position:absolute ;
            left:0px;
            top:0px;
            z-index:1000000;
        }
        .hongen_dialog_content
        {
            position:absolute ;
            display:none ;
            width:450px;
            z-index:1000001;
        }
        .hongen_dialog_close
        {
            display:block ;
            float:right; 
            line-height:29px;
            cursor:hand; 
            vertical-align:middle;
        }
        .hongen_dialog_ct {
	        background-color:#4B80AF;
	        background-repeat: repeat-x;
	        width: 100%;
	        line-height: 23px;
	        height: 23px;
        }
        .hongen_dialog_cc {
	        width: 440px;
	        background-color:White;
	        margin-bottom: 8px;
	        padding:5px;
        }
        .hongen_tj , .hongen_cancle
        {
        	width:45px;
        	height:24px;
        	line-height:24px;
        	font-size:12px;
        	border:0px;
            background-image:url(hongen_button.png);	
        }