
        #dialog-overlay 
            {                
                width:100%;
                height:100%;                        
                filter:alpha(opacity=50);
                -moz-opacity:0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
                background:#000;                                
                position:absolute;
                top:0; left:0;
                z-index:3000;                
                display:none;                    
            }
            #dialog-box 
            {
                -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;        
                background-color:transparent;               
                position:absolute;
                z-index:5000;                
                display:none;
                background-image:url("/images/common121/infoBg.png");
            }
            #dialog-box .dialog-content 
            {
                text-align:left;
                padding:10px;
                margin:13px;
                color:#666;
                font-family:arial;
                font-size:11px;
            }
              a.closebtncls
        {
            background-image: url(/images/auto/but_68x32.png);
            width: 74px;
            padding-top: 10px;
            background-repeat: no-repeat;
            cursor: default;
            height: 45px;
            display: block;
            text-decoration: none;    
    
        }
        .okButton
        {
            background-image: url(/images/common121/6-ApplyButton.png);
            background-repeat: no-repeat;
            display:block;height:65px;width:65px;   
        }
        .cancelButton
         {
            background-image: url(/images/common121/18_delete.png);           
            background-repeat: no-repeat;
            display:block;height:65px;width:65px;  
              
        }
        a.btnImage
        {
            display: block;
	        background-image: url('/images/common121/but_65x65_black.png');
	        width: 65px;
	        background-repeat: no-repeat;
	        height: 65px;
        }
        a.btnImage:hover
        {
            display: block;
            background-image: url('/images/common121/but_65x65_O.png');
            width: 65px;
	        background-repeat: no-repeat;
	        height: 65px;
        }
        #dialog-box .dialog-content p
{
            font-weight: 700;
            margin: 0;
}
#dialog-box .dialog-content ul
{
            margin: 10px 0 10px 20px;
            padding: 0;
            height: 50px;
}