.date
{
	background:
		#FFF
		url('../images/date-background.png')
		scroll
		repeat-x
		center center;
	padding:5px;
	margin-right:10px;
	color:#FFF;
}
img.news-illustration
{
	float:right;
	margin-left:15px;
}
#new_news
{
	width:95%;
	margin:auto;
	background-color:#f4f4f4;
	padding:15px;
}
#new_news input, #new_news textarea
{
	width:100%;
}
#new_news textarea
{
	height:150px;
}
#new_news #submit_news
{
	width:20%;
}
label
{
	font-weight:bolder;
}