.notice-wrap {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	border:solid 0px #000;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
    background-color: #293314;
    padding: 10px 10px 10px 70px;
    font-size:12px;
    line-height: 22px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	color:#cfd1af;
}
.users{
	background:#293314 url("../images/komunikat/icon-globe.png") 5px 10px no-repeat;
}
.hurry-up{
	background:#293314 url("../images/komunikat/icon-ludzik.png") 5px 10px no-repeat;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
	background: url("../images/komunikat/x.png") top left;
	width: 6px;
	height: 7px;
	text-indent: -1000em;
}
