#webboard {
		background-color: #252525;
		border: 1px solid #000000;
		padding: 10px;
}
#webboard .row .new,#webboard-news .row .new {
		background: transparent url(img/new.gif) 50% 50% no-repeat;
		position: absolute;
		width: 22px;
}
#webboard .row .update,#webboard-news .row .update {
		background: transparent url(img/update.gif) 50% 50% no-repeat;
		position: absolute;
		width: 30px;
}
#webboard-view .q h1>a {
		color: #FFFFFF;
		background: transparent url(../img/arrow.png) 0 50% no-repeat;
		padding-left: 15px;
		margin-left: 10px;
}
#webboard h1 a.newtopic {
  position: absolute;
	right: 0;
	top: 0;
	margin-right: 5px;
  height: 23px;
	line-height: 23px;
	color: #FFFFFF;
}
#webboard-view .q .detail {
		padding: 10px;
		background-color: #182123;
		color: #FFFFFF;
}
#webboard-view .q .reaction {
		background-color: #111e26;
		padding: 10px;
}
#webboard-view .comment-frm, #webboard-view .q {
		background-color: #252525;
		border: 1px solid #000000;
		padding: 10px;
		margin-bottom: 10px;
}
#comment-list .row {
		width: 100%;
		margin-bottom: 10px;
}
#comment-list .row td.usericon {
		width: 10%;
		padding: 10px;
}
#comment-list .row td.detail {
		width: 90%;
		padding: 10px;
}
#comment-list .row .reaction {
    border-top: 1px solid #323232;
		padding: 5px 0;
		margin: 0 5px;
		position: relative;
}
#comment-list .row .delete {
	background: transparent url(img/delete.gif) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	width: 16px;
	height: 2em;
}
#webboard .row .delete {
	background: transparent url(img/delete.gif) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 2em;
}
