#pop-wrapper {
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
}
#pop-wrapper a {
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
.greetbox {
	background-color: #ffffff;
	color: #888888;
	left: 100%;
	padding:10px;
	margin:0px;
	width: 478px;
	height: 267px;
	position: fixed;
	right: 30%;
	top: 25%;
	z-index: 101;
	border-radius:5px;
	-moz-border-radius:5px;
}
.greeting {
	background:url(../images/newyear/1.jpg) no-repeat left top;
	float:left;
	width:476px;
	height:300px;
	text-indent:-9999px;
}
.overlay {
	background: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	opacity:0.5;
}
a.boxclose {
	background:url(../images/cancel.png) repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	width: 26px;
	height: 26px;
	top: -25px;
	left: 23px;
	position: relative;
}
