label.error {
	color: #f00;
}

div.manage_articles_tabs {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	padding:5px 0 0 6px;
}

div.manage_articles_tabs a {
	display: block;
	float: left;
	width: auto;
	padding: 8px 14px;
	font-size: 12px;
	color: #0090FF;
	margin-right: 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	margin-bottom: -1px;
	background-color: #f1f1f1;
	position: relative;
}

div.manage_articles_tabs a.active {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

div#shutter-Properties,
div#shutter-Content,
div#shutter-Event, {
	display: block;
}

div#shutter-Publish,
div#shutter-Attachments {
	display: none;
}

textarea#article_short_description {
	width: 90%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 6px;
}