.popup-box {
    
    color: #FFFFFF;
    width: 40%;
	height: auto;
    left: 30%;
    position: fixed;
    top: 10%;
    z-index: 9999;
	background: #000;
	opacity:0.8;
	font-size:1.2em;
	padding:3%;
	
	
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
	
}

.overlay {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
	opacity:0.6;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -15px;
    width: 26px;
}