.lastArticles
{
	width:100%;
	min-height:260px;
	max-height:380px;
	overflow: auto;
	font-family:arial;
}

.lastArticles .article
{
	border-bottom:1px dotted #888;
}

.lastArticles .article:last-child
{
	border-bottom:0px dotted #888;
}

.lastArticles .article a
{
	padding:5px;
	display:block;
	text-decoration:none;
}

.lastArticles .article a:hover
{
	background-color:#f1f1f1;
}

.lastArticles .article a h4, .lastArticles .article a p
{
	margin:0px;
	padding:0px;
}

.lastArticles .article a h4
{
	font-size:16px;
	color:#382E25;
}

.lastArticles .article a p
{
	text-align:justify;
	font-size:12px;
	color:#666;
	padding:2px;
}

.lastArticles .tags .tag
{
	display:inline-block;
	height:16px;
	padding:2px 5px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	margin-top:2px;
	font-size:12px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#555555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#333333));
	background: -moz-linear-gradient(top, #555555, #333333);
}
