﻿.NewsNotification
{
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: solid 1px #ffff99;
	background-color: #ffffcc;
	padding: 2px;
}

.NewsNotification .new_title
{
	font-weight: bold;
}

.NewsNotification .new_close
{
	float: right;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
	background-image: url('images/close.png');
	background-repeat: no-repeat;
}

.NewsNotification .new_close:hover
{
	background-image: url('images/close_hot.png');
}