.x-ui-fnotify {
	background: url("fnotify.png") no-repeat -1250px bottom;
	width: 250px;
	padding: 0 0 28px 0;
	position: absolute;
	margin: 0;
	z-index: 255;
	white-space: normal;
	text-align: center;
}

.x-ui-fnotify .x-ui-fnotify-content {
	background: url("fnotify.png") repeat-y;
	width: 190px;
	font-size: 11px;
	color: #333;
	padding: 28px 30px 0 30px;
	margin: 0;
	min-height: 30px;
}

.x-ui-fnotify-top {
	background-position: -1000px bottom;
}

.x-ui-fnotify-top .x-ui-fnotify-content {
	background-position: 0 top;
	background-repeat: no-repeat;
}

.x-ui-fnotify-right .x-ui-fnotify-content {
	background-position: -750px top;
	background-repeat: no-repeat;
}

.x-ui-fnotify-bottom .x-ui-fnotify-content {
	background-position: -250px top;
}

.x-ui-fnotify-left .x-ui-fnotify-content {
	background-position: -500px top;
	background-repeat: no-repeat;
}

.x-ui-fnotify-close {
	display: block;
	width: 23px;
	height: 23px;
	float: right;
	margin: -6px -7px 0 0;
	background: url("fnotify.png") right top no-repeat;
	cursor: pointer;
}
