body{
	background: #64748B;
	}
.box {
	background-color: #FDFCFB;
	border: 1px solid #888888;
	border-radius: 0px;
	color: #0000CD;
	font-size: 16px;
	-moz-border-radius: 10px;
	margin: auto;
	padding: 38px;
	position: fixed;
	top: 2%;
	text-decoration:none;
	width: 60%;
	height: 750px;
	overflow:scroll;
	z-index: 101;
}
.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: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}