/* popup layers -- used in pop-up windows */

#popup-picture
{
	margin-top:10px;
	text-align:center;
}
#popup-text
{
	margin-top:10px;
	width:90%;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.closebutton {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	margin-bottom:10px;
}
.closebutton:hover {
	color: #AA0000;
}
.popup-contact { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom:0px;
	text-align: center;
}
