
.post
{
	border: 1px solid grey;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post:first-child
{
	margin-top: 0;
}

.post:last-child
{
	
}

.post_head
{
	/*background: #F7FFF5; /*#BDCD02*//*#EEFFAA*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A7A9AC;
	font-size: 12px;
	background: #EDF7C4;
}
.post_head .left
{
	display: table-cell;
	text-align: left;
	width: 500px;
	padding-left: 10px;
}
.post_head .right
{
	display: table-cell;
	text-align: right;
	width: 400px;
	padding-right: 10px;
}
.post_avatar
{
	padding: 10px;
	background: rgb(242, 243, 241);//#F7FFF5;
	width: 150px;
	border-right: 1px solid #AAAAAA;

	display: table-cell;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

.post_avatar .name
{
	font-size: 14px;
}

.post_right
{
	background: rgb(247, 248, 247);//#F7FFF5;
	display: table-cell;
	vertical-align: top;
	width: 720px;
	
}

.post_content
{
	padding: 20px;
	background: #FCFCFC;
	width: 680px;
	min-height: 90px;
}

.post_content img
{
	max-width: 100% !important;
	height: auto !important;
}

.post_footer
{
	border-top: 1px solid lightgrey;
	text-align: right;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.post_button
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: url("/manager/static/images/interface/button.png") repeat-x scroll left top #FFFFFF;
	border: 			1px solid black;
	display: 			inline-block;
	width:				147px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size:			16px;
	font-weight:		bold;
	text-align: 		center;
	color:				#2f2f2f;
	text-decoration: 	none;
	vertical-align:	middle;
}