.classified  {
	background: #eee;
	border: 5px solid rgba(200, 200, 200, 0.6);
	border-radius: 3px;
	margin: 15px 0px 15px 15px;
}

.classified p {
	margin: 0 !important;
	padding: 0 !important;
}

.classified .category {
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fefefe), to(#E1E1E1));
	border-bottom: 1px solid #ccc;
	height: 24px;
	padding: 0px 6px;
	font-weight: bold;
}

.classified .meta {
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fefefe), to(#E1E1E1));
	border-top: 1px solid #ddd;
	height: 24px;
	padding: 0px 6px;
}

.classified .category p {
	line-height: 24px;
	max-width: 800px;
	text-shadow: #fff 0px 1px 1px;
	font-size: 110%;
}

.classified .meta p {
	line-height: 24px;
	max-width: 800px;
	text-shadow: #fff 0px 1px 1px;
    display: inline-block;
	font-size: 10px;
}

.classified .meta p:before {
    content: " ";
}

.classified .text {
	background: #fbfbfb;
	color: #333; 
	padding: 15px;
}

.classified .text p { max-width: 600px; }