.notice-wrap {
	position: fixed;
	top: 20px;
	margin: 0px auto;
	width:99%;
	z-index: 9999;
	text-align: center;
	margin-top: 20px;
	opacity:0.80;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
   	filter:alpha(opacity=80);
   	zoom:1
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 60px;
	background: #461A69;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #D7Df4B;
	padding: 10px 6px 0 6px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	border: 2px solid #D7Df4B;
	display: block;
	font-weight: bold;
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	width: 700px;
	background-image: url('../scripts/tweet-logo-small.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
