
/* **********************************************************************************************
	"Popup" window styles
************************************************************************************************ */
	div#thePopup { display: none; position: absolute; top: 152px; left: 216px; border: 2px solid black; height: 106px; width: 370px; background-color: #ccc; color: black; z-index: 9999; text-align: left; padding: 0; }
	a#closePopup { margin-top: 10px; color: red; }
	a#closePopup:hover { cursor: pointer; }
	a.positiveLink { font-weight: bold; }
	div#thePopup p { padding: 5px; margin-left: 10px; }
