.box {
	background-color: #e67817;
	color: #000;
	height: 374px;
	left: 100%;
	padding: 0px;
	position: fixed;
	right: 30%;
	top: 20%;
	width: 500px;
	z-index: 1000;
	border:5px solid #fff;
	border-radius:10px;
	-moz-border-radius:10px;
}
.overlay {
    
	background:#000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 100;
	opacity:0.7;
	filter:alpha(opacity=70);
}


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