
        #mask
        {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9000;
            background-color: #000;
            display: none;
        }
        #boxes .window
        {
            position: absolute;
		    margin-left: -34px;
            margin-top: -10px;
            width: 860px;
            height: 610px;
            display: none;
            z-index: 9999;
            padding: 10px;
        }
        #boxes #dialog
        {
            width: 860px;
            height: 610px;
            padding: 10px;
            background-color: #ffffff;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-op-border-radius: 10px;
        }
		#boxes img {
			border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			-op-border-radius: 20px;
		}
 