div.post {
	width:496px;
	background-Color:#fff;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}

div.post .title {
	padding:5px 10px 0px 10px;
	border-bottom:1px solid #eee;
	background:url('../images/boxback.jpg') 0% 0% repeat;
	height:75px;
}

div.post .content {
	padding:5px 10px 10px 10px;
}