.box {
	/*background-color: #000000;*/
	color: #888888;
	height: 450px;
	left: 30%;
	padding: 0px;
	position: fixed;
	right: 0%;
	top: 15%;
	width: 630px;
	z-index: 100000;
	border:5px solid #ffffff;
	border-radius:0px;
	-moz-border-radius:0px;
	background-image:url(award.gif);
	/*background:url(images/invitation.jpg) top left no-repeat;*/
	}
.img{width:100%;
 height:auto;
 background:url(Invitation.jpg) no-repeat;
}
.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
	opacity:0.5;
}

a.boxclose {
    background: url("close.png") no-repeat scroll right top transparent;
    cursor: pointer;
    float: right;
	/* height: 26px;*/
    height: 500px;
    left: 0px;
    position: relative;
    top: 0px;
	width: 393px;
    /*width: 500px;*/
	/*width: 26px;*/
}
