/*
 * Copyright (c) 2010 John Reese
 * Licensed under the MIT license
 */

.announcement {
	background: #FAF3AA;
	border: 1px dashed #986;
	margin: 3px;
	padding: 5px;
	float: right;
	font-size: 10pt;
}

.announcement-dismiss {
	float: right;
	padding: 3px;
	cursor: pointer;
}


.announcement-header {
	float: right;
	width: 40%;
}
.announcement-header2 {
	float: left;
	width: 40%;
}

