/* welcomebar */
.welcomebar 
{
	position: 			fixed;
	bottom:				0;
	left: 				0;
	width: 				98.5%;
	background-color: 	#eeeeee;
	border-bottom:		2px solid #e2e2e2;
	border-top:			2px solid #e2e2e2;
	margin: 			0;	
	padding: 			10px;
	z-index: 			10000;
}
.welcomebar p 
{
	text-align: 	center;	
	color: 			#000000;
	font-size: 		11px;
	width:			750px;
	margin:			auto;
	font-family: 	Tahoma;
	line-height: 	16px;
	height:			25px;
}
a#aLink
{
	color:	blue;
}
#BUTclose
{
	font-weight:	bold;
	cursor:			pointer;
}
#imgNONE
{
	border: 0px;
	width:	0px;
	height:	0px;	
}	
/* koniec wlcomebar */	
