.box {
    background-color:transparent;
    color: #888888;
    height: 640px;/*660*/
    left: 5px;/*15*/
    padding: 8px;/*15*/
    position: fixed;
    /*right: 30%;*/
    top: 2%;/*3%*/
    width: 800px;/*780*/
    z-index: 101;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 16px;/*32*/
    position: relative;
    top: -16px;/*-33*/
    width: 26px;
}

