#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 400px;
	height: 300px;
	padding: 20px;
	margin-left:-200px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow:hidden;
}

#boxtitle
{
	color:#D41246;
	font-weight:bold;
}



