﻿   .overlay  
        {
    	    position: fixed;
    	    z-index: 9000;
    	    top: 0px;
    	    left: 0px;
    	    right: 0px;
    	    bottom: 0px;
            filter: alpha(opacity=80); 
            opacity: 0.9; 
        }
        .overlayContent
        {
           background:#fff;
    	    z-index: 9000;
    	    margin: 250px auto;
    	    width: 280px;
    	    height: 100px;
            border: 1px solid rgba(0, 0, 0, 0.35);
            text-align:center;
            border-radius:15px;
        }
        .overlayContent h2
        {
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }
        .overlayContent img
        {
    	    width: 80px;
    	    height: 80px;
        }