#note {
	position: absolute;
	top: 100px;
	left: 400px;
	font: 11px verdana, sans-serif;
	width: 400px;
}

#announcement {
	position: absolute;
	top: 150px;
	left: 300px;
	font: 11px verdana, sans-serif;
	width: 400px;
	z-index: 1001;
}

#noteHead, #announcementHead {
	color: #ffffff;
	background: #000000 url(../images/appbar.png) repeat-x;
	height: 19px;
	display: block;
	padding: 4px 0px 0px 10px;
	border-bottom: solid 1px #808080;
	cursor: move;
}

#exitBtn, #announcementExit {
	float: right;
	margin-right: 5px;
	height: 15px;
	width: 15px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 5px;
}

#exitBtn img, #announcementExit img {
	border: none;
}

#noteBody, #announcementBody {
	padding: 5px 10px 10px 10px;
	background-color: #ffffff;
	color: #000000;
	border-left: 2px solid #444444;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
}

#noteBody ul li {
	margin-bottom: 5px;
}

#noteBody a {
	color: #b22222;
	text-decoration: none;
	font-weight: bold;
}

.announcementHeaderText {
	font-weight: bold;
}

