#poweredby {
display: none;
}

#comments {
overflow: hidden;
width: 510px;
}

.comments_title h1 {
margin-bottom: 10px;
margin-top: 40px;
border-top: 1px solid #ccc;
padding-top: 10px;
}

.comments_functions {
overflow: auto;
border-bottom: 1px solid #ccc;
height: 35px;
margin-bottom: 10px;
}

.comments_functions a {
display: block;
float: right;
margin: 5px 10px 5px 10px;
}

.postcontainer {
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
clear: left;
}

.comments_info {
float: left;
width: 210px;
background: #ccc;
}

.comments_user {
line-height: 40px;
padding: 0px 10px 0px 15px;
font-weight: bold;
color: #fff;
}

.comments_date {
font-size: 0.8em;
padding: 0px 10px 0px 15px;
}

.comments_content {
margin-left: 220px;
background: #f8f8f8;
padding: 5px;
}

.comments_posttitle {
line-height: 40px;
}

.comments_edit {
clear: left;
text-align: right;
}

.comments_voting {
text-align: right;
}

.comments_form_title {
display: block;
font-weight: bold;
}

.comments_input {
margin-bottom: 10px;
}

.comments_notify .inputbox {
margin-bottom: 10px;
width: 99.9%;
padding: 0px;
}

.comments_inputarea .inputbox {
width: 99.9%;
}

.comments_textarea textarea {
}

.comment_block_type {
display: none;
}

.buttoncontainer .button {
float: right;
margin-top: 10px;
}

.captchacontainer {
margin-top: 10px;
}

#JOSC_formpos {
margin-bottom: 30px;
border-bottom: 1px solid #000;
padding-bottom: 20px;
overflow: hidden;
}

.captchainput {
float: left;
margin-right: 10px;
}

#comment a.voting_yes:link, #comment a.voting_yes:visited {
	color: #3C922F;
	font-weight: normal;
	background: url(../images/voting_yes.png) #EEF9EB no-repeat;
	border: 1px outset #3C922F;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: right;
	line-height: 10px;
	text-decoration: none;
}
#comment a.voting_yes:hover {
	color: #3C922F;
	font-weight: normal;
	background: url(../images/voting_yes.png) #FFFFFF no-repeat;
	border: 1px outset #3C922F;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: right;
	line-height: 10px;
	text-decoration: none;
}
#comment a.voting_no:link, #comment a.voting_no:visited {
	color: #AE3738;
	font-weight: normal;
	background: url(../images/voting_no.png) #F9EBEB no-repeat;
	border: 1px outset #AE3738;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: right;
	line-height: 10px;
	text-decoration: none;
}
#comment a.voting_no:hover {
	color: #AE3738;
	font-weight: normal;
	background: url(../images/voting_no.png) #FFFFFF no-repeat;
	border: 1px outset #AE3738;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: right;
	line-height: 10px;
	text-decoration: none;
}

.comments_table_writer {
width: 100%;
margin-top: 20px;
}

td.tdtitle {
width: 33%;
vertical-align: top;
line-height: 25px;
}

.small {
font-size: 80%;
}
