/* Notifier widget CSS definitions, based on dojox.widget.Toaster */

.IMNotifier {
	position: absolute;
	overflow: hidden;
	z-index: 5000;
}

.IMNotifier-Container {
	width: auto;
	padding: 8px;
	display: block;
	position: absolute;
	opacity: 0.9;
	border: 1px solid;
}

/* Close icon is in icons.css */