.box2 {
    background-color: #ffffff;
    color: #888888;
    height: 420px;
	width: 827px;
	left:100%;
	top: 15%;
    position: fixed;
    z-index: 101;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay2 {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose2 {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 0px;
    position: relative;
    top: -68x;
    width: 26px;
}