        #blanket
        {
            background-color:#111;
            opacity: 0.65;
            filter: alpha(opacity=65);
            position: absolute;
            z-index: 19001;
            top: 0px;
            left: 0px;
            width: 100%;
        }
        #popUpDiv
        {
            position: absolute;
            background-color: #FFF;
            color: #2905A1;
            width: 300px;
            height: 300px;
            z-index: 19002;
        }
        .divmaximizepopup
        {
            position: relative;
            cursor: pointer;
            background-image: url(  'images/popup/maximizar.gif' );
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            float: right;
            padding-right: 3px;
            padding-left: 5px;
			display:none;		   
        }
        .divclosepopup
        {
            position: relative;
            cursor: pointer;
            background-image: url(  'images/popup/cerrar.gif' );
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            float: right;
            padding-right: 0px;
            padding-left: 1px;
        }
    </style>

