

.box {
    background-color:transparent;
    color: #888888;
    height: 205px;
    left: 23%;
    padding: 20px;
    position: fixed;
    right: 22%;
    top: 15%; 
   
    z-index: 99999;
	border:0px solid #888888;
	border-radius:0px;
	-moz-border-radius:0px;
}

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

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