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

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

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

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

#pa img, #fa img, #swa img {
	border: none;
}

#fa {
	background: #5D1A5F;
	text-align: center;
	padding: 10px;
	width: 480px;
	border: 2px solid #555;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);



	-moz-opacity: 0;
	top: 100px;
	left: 224px;
}

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

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}
