@media screen {
#fa {
	text-align: center;
	font-family: Arial,sans-serif;
	width:620px;
	border: 2px solid #49C003;
	position: absolute;
	margin: 0 auto;
	top: 30px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 11000;	
}

#innerlayercontainer {
	background: url('../img/bg/bg_white_opac.png');
	border: 0px solid #FFFFFF;
	padding: 10px;
	width: 600px;
	text-align: center;
}

#fa a,
#fa a:link,
#fa a:visited {
	text-decoration: none;
	border-bottom: 1px solid #49C003;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}
#fa a:focus,
#fa a:hover {
	border-bottom: 1px solid #000000;
	color: #8e005e;
}


#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}
#fa .fa_close a,
#fa .fa_close a *,
#fa .fa_close a:link,
#fa .fa_close a:link *,
#fa .fa_close a:visited,
#fa .fa_close a:visited *,
#fa .fa_close a:focus,
#fa .fa_close a:focus *,
#fa .fa_close a:hover,
#fa .fa_close a:hover * {
	border:0px;
}

#fa.show {
	display: block;
}

#fa div.tx-contentwrapper_style1,
#fa div.tx-contentwrapper_style3,
#fa div.tx-contentwrapper_style5 {
	width:600px;
	padding:0;
}
#fa div.tx-contentwrapper_style3 div.leftcolumn,
#fa div.tx-contentwrapper_style3 div.rightcolumn {
	width:220px;
}
}

@media print {
#fa {
	display:none;
}
}
