/*------------------------------------------------------------------------
# JOOFORGE.com - Il Web All'Italiana
# ------------------------------------------------------------------------
# Copyright © 2004-2009 JOOFORGE.com. Tutti i diritti riservati.
# Website:  http://www.jooforge.com/
-------------------------------------------------------------------------*/

#jf-pandanotes {
	position: fixed;
	width: 280px;
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

#jf-pandanotes.rt {
	top: 15px;
	right: 15px;
}

#jf-pandanotes.lt {
	top: 15px;
	left: 15px;
}

#jf-pandanotes.lb {
	bottom: 15px;
	left: 15px;
}

#jf-pandanotes.rb {
	bottom: 15px;
	right: 15px;
}

#jf-pandanotes .notice-top {
	background: url(../../images/notice.png) no-repeat 0 -13px;
	height: 10px;
	overflow: hidden;
}

#jf-pandanotes .notice-mid {
	padding: 0 10px;
	background: #000;
	height: auto !important;
	height: 25px;
	min-height: 45px;
}

#jf-pandanotes .notice-bot {
	background: url(../../images/notice.png) no-repeat 0 0;
	height: 10px;
	overflow: hidden;
}

#close-panda {
	cursor: pointer;
	float: right;
	background: url(../../images/close.gif) no-repeat right top;
	width: 20px;
	height: 20px;
}

#jf-pandanotes .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
