#commentbox-form {
	position: relative;
	top:0;
	left:0;
}
.commentbox-err-msg {
	position: absolute;
	width: 100%;
	height:auto;
	text-align: center;
	font-weight: 700;
	z-index:100;
	padding: 2px;
	margin: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(47, 44, 44, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px;
}
.commentbox-err-msg .iconerr {
	background: url(icons-18-black.png) -505px -2px;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom:15px;
	left:5px;
}
#commentbox-input {
	width:78%;
	padding:2px 1% 2px 1%;
	margin: 2px 0 2px 0;
	min-height:16px;
	overflow:hidden;
	height:16px;
	resize: none;
	border: 1px solid rgba(47, 44, 44, 0.6);
}
#commentbox-form #commentbox-submit {
	width:18%;
	float:right;
	padding:2px 1% 2px 1%;
	margin: 2px 0 2px 0;
	border: 1px solid rgba(47, 44, 44, 0.6);
}
#commentbox-postsContainer{
	overflow-y: scroll;
    overflow-x: hidden;
	padding: 0;
	height: inherit;
	margin-top: 5px;
}
.commentbox-desc-author{
	font-weight: bold;
}
.commentbox-desc-date{
	position: relative;
	font-size: 10px;
	font-weight: bold;
	top: 3px;
	float: right;
}
.commentbox-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
li.commentbox-post:first-child {
	border-top: none !important;
	padding: 4px;
}
.commentbox-post {
	margin-top: 1px;
	padding: 10px 4px 4px 4px;
	border-top: 1px solid rgba(20, 19, 19, 0.3)
}