 #mask
        {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9000;
            background-color: #000;
            display: none;
        }
        #boxes .window
        {
            position: fixed;
            left: 0;
            top: 0;
            width: 440px;
            height: 200px;
            display: none;
            z-index: 9999;
            padding: 20px;
        }
        #boxes #dialog
        {
            width: 339px;
            height: 336px;
            padding: 10px;
            
			text-align:center;
        }


        #boxes .close {
		position:absolute;
		width:25px;
		height:25px;
		/*background:url(../images/dialog-close.png) 0 0 no-repeat;*/
		text-indent:-9999px;
		right:-12px;
		top:-12px;
		}