﻿#myPopupDiv {
	background: #E5E5E5;
	border: 3px solid #0A0809;
	display: none;
	height: 430px;
	left: 50%;
	/* margin-left = -1/2 width for centering purposes */
	margin-left: -250px;
	margin-top: -80px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 85%;
	width: 480px;
	z-index: 11;
	/* These last two properties are just for looks in Firefox and Safari and aren't needed */
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
}

#close{
	color:#000000 !important;
	font-weight:bold;
	
}