#myPopupDiv {
	background: #000000;
	border: 2px solid #FFE404;
	display: none;
	height: 347px;
	left: 50%;
	/* margin-left = -1/2 width for centering purposes */
	margin-left: -238px;
	margin-top: -50px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 440px;
		/* These last two properties are just for looks in Firefox and Safari and aren't needed */
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius-bottomleft:51px !important;
	-moz-border-radius-topright:50px!important;
}
#close{
	color:#FFE404 !important;
	text-decoration:none !important;
	font-weight:bold;
}