.growl-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 300px;
	z-index: 999999;
}

* html .growl-wrap {
	position: absolute;
}

.growl-item {
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	margin: 0 0 12px 0;
	font-family: Verdana;
	font-size: 1.3em;
}

.growl-item-error {
	background-color: #FF0000;
}

.growl-item-close {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}