div.unpublishednews
{
	background-color:lightgray;
	width:100%;
}

label
{
	display:block;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#body input
{
	margin-bottom: 0.5em;
}
#body select
{
	margin-bottom: 0.5em;
}

input#title
{
	width:270px;
}
select#date_day
{
	width:50px;
}
select#date_month
{
	width:130px;
}
select#date_year
{
	width:80px;
}
.buttons
{
	margin-top:10px;
}

