
.box {
    background-color: #ffffff;
    color: #000;
    height: 300px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 20%;
    width: 415px;
    z-index: 1004;
	border:0px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0 0 10px #fff;
	font-weight:bold;
}

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

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;
}