/***************************
* divs
***************************/

#pa {
	width: 300px;
	background: #FFF;
	text-align: center;
	padding: 10px;
	border: 2px solid #555;
	position: absolute;
	top: -450px;
	z-index: 20;
	color: #333;
}

#pa a, #fa a, #swa .nothanks {
	text-decoration: none;
	border: none;
	font-size: 8px;
	color: #333;
	z-index: 20;
}

#pa img {
	margin-top: 10px;
	z-index: 20;
}

#pa img, #fa img, #swa img {
	border: none;
	z-index: 20;
}

#fa {
	background: #5D1A5F;
	text-align: center;
	padding: 10px;
	width: 566px;
	border: 2px solid #555;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	top: 10px;
	left: 100px;
	z-index: 20;
}

#pa p, #fa p, #swa p {
	text-align: center;
	z-index: 20;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 20;
}
#bgpale {
	background-color: #000000;
	opacity: 0.7;					/* Safari, Opera */
	-moz-opacity:0.7;				/* FireFox */
	filter: alpha(opacity=70);	/* IE */
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
