body {
	margin: 0px;
	background: #5e9dc8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
div#wrapper {
	margin: 30px auto 30px auto;
	width: 1070px;
	background: top no-repeat url(../img/wrap_top.gif) #DCF0F7;
}
div#header {
	text-align: center;
}
p#btnPost {
	font-size: 1.6em;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding: 5px;
	background: #0C2C52;
	color: #fff;
	width: 150px;
	margin: auto;
}
div#postNew {
	display: none;
}
div#intWrap {
	background: bottom no-repeat url(../img/wrap_bot.gif);
	padding: 35px;
}
div.post {
	background: top no-repeat url(../img/post_top.gif) #5F6B61;
	color: #fff;
	margin-top: 50px;
}
div.post div.postInt {
	background: bottom no-repeat url(../img/post_bot.gif);
	padding: 15px;
}
div.post p {
	padding: 0px;
	margin: 0px;
}
div.post p.name {
	font-size: 2em;
}
div.post p.date {
	color: #CCC;
}
div.post div.postInfo {
	float: left;
	width: 200px;
}
div.post div.postBody {
	float: left;
	width: 770px;
	overflow: auto;
}
div.post br.clr {
	clear: left;
}
form {
	margin: 0px;
	padding: 0px;
}
table#tblPost {
	width: 100%;
}
table#tblPost td {
	padding: 0px 10px 3px 0px;
	vertical-align: top;
}
table#tblPost td.inp {
	padding-top: 3px;
}
table#tblPost td.lft {
	width: 150px;
}	
.txtInp {
	width: 100%;
	height: 140px;
}
input {
	padding: 0px;
	margin: 0px;
}
