.NewsPost {
	margin:10px 5px;
}
.NewsPost .TitleBar {
	font-size:14px;
	color: #a68f73;
	white-space:nowrap;
	z-index:12;
	padding-bottom:2px;
}
.NewsPost .Title {
	font-weight:bold;
	font-size:18px;
}
.NewsPost .Date {float:right;line-height:25px;}
.NewsPost .Body {
	clear:both;
	position:relative;
  	cursor: default;
	border: 1px solid #a58e72;
	position:relative;
	background-color:white;
	font-size:12px;
	padding:10px;
	text-align:justify;
	z-index:10;
	min-height:40px;
}
.NewsPost .Body p {margin:0;}

.NewsPost .TitleBar input {
	font-weight:bold;
	width:695px;
	vertical-align:baseline;
	height:20px;
	font-size:18px;
}

.NewsPost input.button {
	background: #E5C287;
	height:20px;
	border: 1px solid #663;
	padding:0 10px;
	font-size:11px;
	line-height:20px;
	margin:0 2px;
	font-weight:bold;
	color:black;
	height:24px;
}
.NewsPost input.button:active {background: #E5E1DB;}
