.replyTA {
	width: 750px ! important;
	height: 180px;
	border-style: ridge;
	border-width: 3px;
}

#forums {
	margin-top: 20px;
}

.postbody {
	overflow-x: auto;
}

#forums .forum {
	margin-top: 10px;
}

#editPostContent {
	text-align: right;
}

.editpost-ta {
	height: 13em;
	width: 490px;
}

#posts {
	margin-top: 20px;
}

.reply-container {
	padding: 4px;
	border: medium groove rgb(204, 204, 204);
	margin: 10px;
	min-height: 120px;
}

#posts .post {
	position: relative;
	min-height: 50px;
}

#posts .post:after {
	content: ".";
	display: block;
	height: 0pt;
	clear: both;
	visibility: hidden;
}

.reply .admin {
	position: absolute;
	right: 0pt;
}

#posts .post .admin {
	position: absolute;
	right: 0pt;
	bottom: 0pt;
	font-size: 0.7em;
}

#posts .post .stats .stat {
	border: 1px solid;
	padding: 4px;
	width: 45px;
}

#posts .post .stats .stat strong {
	display: block;
	text-align: center;
	font-size: 1em;
}

#posts .post .stats .stat small {
	display: block;
	text-align: center;
	font-size: 1em;
}

#posts .post .stats .votes {
	position: absolute;
	top: 0pt;
	left: 0pt;
	color: rgb(0, 82, 155);
	background-color: rgb(189, 229, 248);
}

#posts .post .stats .replies {
	position: absolute;
	top: 0pt;
	left: 60px;
	color: rgb(159, 96, 0);
	background-color: rgb(254, 239, 179);
}

#posts .post .stats .views {
	position: absolute;
	top: 0pt;
	left: 120px;
}

#posts .post h3 {
	position: absolute;
	top: 5px;
	left: 200px;
	font-weight: lighter;
	width: 380px;
	font-size: 0.8em;
}

#posts .post .posted-last {
	position: absolute;
	right: 0pt;
	font-size: 0.7em;
	width: 160px;
}

#posts .post .posted-last .posted-at {
	 }

#posts .post .vote-button {
	float: left;
	width: 60px;
	padding: 0pt 10px 10px 0pt;
	text-align: center;
}

#posts .post .vote-button .vote-up, #posts .post .vote-button strong, #posts .post .vote-button .vote-down {
	display: block;
	font-weight: bold;
	padding: 3px;
}

#posts .post .vote-button strong {
	font-size: 2em;
}

#posts .post .vote-button .selected {
	border: 1px solid;
	color: rgb(0, 82, 155);
	background-color: rgb(189, 229, 248);
}

#forum-post-replies .reply .vote-button {
	float: left;
	width: 60px;
	padding: 0pt 10px 10px 0pt;
	text-align: center;
}

#forum-post-replies .reply .vote-button .vote-up, #forum-post-replies .reply .vote-button strong, #forum-post-replies .reply .vote-button .vote-down {
	display: block;
	font-weight: bold;
	padding: 3px;
}

#forum-post-replies .reply .vote-button strong {
	font-size: 2em;
}

#forum-post-replies .reply .vote-button .selected {
	border: 1px solid;
	color: rgb(0, 82, 155);
	background-color: rgb(189, 229, 248);
}

#forum-post-replies {
	margin-top: 20px;
}

.field textarea, .field input[type="text"], .field input[type="password"], .field select {
	width: 500px;
}

.input-message {
	font-size: 0.7em;
	white-space: nowrap;
	height: 12px;
	display: block;
}

.input-error {
	color: rgb(255, 0, 0);
}

.reply-reply {
	background-color: rgb(255, 255, 204);
}


