* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	line-height: 0;
	-webkit-text-size-adjust: none;
}
body {
	background: #ddd;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px;
}
h1 {
	color: #666;
	-webkit-transform: translateZ(0);
	margin: 0 0 5px 7px;
	font-size: 52px;
}

.topic {
	padding: 0;
	margin: 7px;
	width: 250px;
	float: left;
}
pre {
	margin: 0;
	padding: 7px;
	-webkit-transform: translateZ(0);
	line-height: 1.2em;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	font-size: 16px;
}
.op {
	background: #666;
	border-radius: 7px 7px 0 0;
	color: white;
}
.comm.row1{
	background: white;
}
.comm.row2{
	background: #eee;
}
.poster {
	background: white;
	padding: 7px;
	border-radius: 0 0 7px 7px;
}
textarea {
	margin: 0;
	-webkit-transform: translateZ(0);
	border-radius:7px 7px 0 0;
	line-height: 1.2em;
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	font-size: 16px;
}
.texcom{
	border-color: #aaa;
	border-width: 1px 1px 0 1px;
	background: #eee;
	width:229px;
}
.texnew{
	border: 0;
	background: #666;
	width:236px;
	max-width:236px;
	min-width:236px;
	color: white;
	padding: 7px;
	height: 100px;
}
input {
	-webkit-appearance: none;
}
input[type="submit"] {
	border: 0;
	color: white;
	padding: 7px 10px;
	margin: 0;
	-webkit-transform: translateZ(0);
	cursor: pointer;
	display: block;
	line-height: 1em;
}
.subcom {
	width: 235px;
	background: #39f;
	border-radius: 0 0 3.5px 3.5px;
}
.subnew {
	width: 250px;
	background: #f83;
	border-radius: 0 0 7px 7px;
}
#new {
	float: left;
	margin: 7px;
	z-index: 99999;
}