.popup {
	border: solid 1px #333;
	font-family: arial;
	font-size: 14px;
	display: none;
	/*position: absolute;*/
	width: 300px;
	z-index: 60;
}

.popuptitle {
	background: #222222;
	color: white;
	font-weight: bold;
	height: 15px;
	padding: 5px;
}

.popupbody {
	background: #ddd;
	padding: 5px;
	text-align: center;
}

#popup1 { top: 100px; left: 50px; }

#popup2 { top: 100px; left: 400px; }


