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

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 60px;
	background: #ffc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: black;
	padding: 20px 6px 0 6px;
	font-family: Tahoma;
	font-size: 11px;
	border: 2px solid #c93;
	display: block;
	position: relative;
	margin: 0px 0 12px 0;
	direction:rtl;
	text-align:justify;	
}

.notice-item-close {
	position: absolute;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	right: 3px;
	top: 0px;
	cursor: pointer;
}

