.notice {
	background: url(http://trickiezone.wapsite.me/notice/announce.png) no-repeat -6% 58% #FFF6BF;
	color: #4A4A4A;
	border: 2px solid #FFE169;
	padding: 10px 80px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	
	font-family: lucida sans unicode;
	font-size: 11px;
}

.notice a:link {
	color: #105209;
	font-weight: bold;
	text-decoration:none;
}

.notice a:visited {
	color: #105209;
	font-weight: bold;
	text-decoration:none;
}

.notice a:hover, .anunciobar a:active {
	color: #C40C0C;
	font-weight: bold;
	text-decoration:none;
}

.notice:hover {
	background-color: #FFF2A6;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.notice label {
	color: white;
	cursor: default;
	font-weight: bold;
	text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
}

