/*	border: 4px solid #FF9900; orange */

#pa {
	font-family: Arial,sans-serif;
	background: #FFF;
	text-align: center;
	padding: 10px;
        border: 4px solid #A79263;
	position: absolute;
	z-index: 2000;
        max-width: 600px;
	max-height: 460px;
	overflow-x: hidden;
        overflow-y: hidden;
}

#pa .pa_close {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

#pa a img {
	border: none;
	text-decoration: none;
}

