﻿.pop
{
	position: absolute; display: none; border: solid 2px silver; background-color: Black; padding: 5px;
}
.poptitle
{
	width:100%; height: 20px; padding: 5px 5px 5px 5px;
}
.poptitletext
{
	color: white; font-weight:bold;
}
.poptitlebutton
{
	color: white;
}
.popcontent
{
	background-color: white; padding: 10px;
}
.popheader
{
	text-align: center; padding: 10px; border: solid 1px gray; background-color: Whitesmoke;
}
.popheaderdata
{
	font-weight:bold;
}
.popnote
{
	text-align: center; padding: 10px;
}
.popbuttonpanel
{
	text-align: center;width: 100%;
}
