.popup {
    position:fixed;
    top:0px;
    left:0px;
	bottom:0px;
	right:0px;	
    margin:auto;
    /*width:50%;
    height:50%;*/
    font-family:verdana;
    font-size:13px;
    padding:10px;
    background-color:#000;
	opacity:0.96;
    border:2px solid grey;
    z-index:100000000000000000;
	box-shadow:#000000 5px 5px 5px;
}
    
.cancel {
    display:relative;
    cursor:pointer;
    margin:0;
    float:right;
    height:100%;
    width:100%;
    padding:0 0 5px 0;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    color:white;
    border-radius:3px;
    z-index:100000000000000000;
	position:relative;
	top:-8px;
	right:-8px;
	position:absolute;
	text-indent:18000px;
}

.cancel img {width:100%; height:100%;}

.cancel:hover {
	opacity:0.5;
}
