#pgglobalmessages_container{
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
}
.pgglobalmessages_message{
	width:300px;
	background:#22ff44;
	border-radius:10px;
	padding:10px 15px;
	line-height:1.2;
}