@charset "utf-8";
/* CSS Document */

.announce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	text-indent: 0%;
	vertical-align: middle;
	float: none;
	height: auto;
	width: auto;
	padding: 3%;
	border: thin solid #CCCCFF;
	background-color: #f4f4f4;
	position: relative;
	top: 15%;
	margin: 5%;
	z-index: auto;
}
