.recent {
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	margin:0 0 10px;
	padding:5px;
	width: 158px;
	overflow: hidden;
}
.recenttitle {
	position:absolute;
	top: -8px;
	left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 1.1em;
	background: #FFFFFF;
}
.recent p {
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}
