.notice-wrap
{
	background:url(../images/fond/bg-mail-notice.png) no-repeat;
	color:#FFFFFF;
	font-size:14px;
	left:50%;
	margin:-75px 0 0 -165px;
	padding:0 10px;
	position:fixed;
	text-align:center;
	top:50%;
	width:250px;
	z-index:9999;
}

* html .notice-wrap
{
	position: absolute;		
}
 
.notice-item
{
	height:150px;
}

.notice-item-close
{
	cursor: pointer;
	font-size:18px;
	font-weight:bold;
	margin:12px 10px;
	text-align:right;
}
.notice-wrap p
{
	margin:10px 10px 0;
}
