
.notificator{
	width:			250px;
	position: 		fixed;
	right: 			10px;
	bottom: 		0px;
	z-index:		999999;
}
/* FOR IE 6 */
* html .notificator{
	position:		absolute;
	top:			expression((0-(notificator.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
	.notificator-box{
		background:		url(../framework/skin/advanced/images/menu/bgmenu.gif) repeat-x #ffebcc;
		color:			#000000;
		border:			1px solid #666;
		border-bottom:	0;
		display:		none;
	}
		.notificator-messages{
			padding:		10px;
			display:		none;
		}
		.notificator-opener{
			padding:		5px 10px 0px 10px;
			height:			20px;
			text-align:		left;
		}
			.notificator-opener a{
				cursor:			pointer;
				float:			right;
				display:		none;
			}