#comments {
	width: 480px;
	margin: 15px 10px 0;
}
#comments .nocommnents {
	font-weight: bold;
	padding: 10px 0;
}
#addcomment .loginwithfb {
    width: 48px;
    height: 48px;
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
    box-shadow: 0 0 3px #000;
    background: #999;
    display: block;
	cursor: pointer;
}
#addcomment .loginwithfb img {
    width: 48px;
    height: 48px;
    border: 0;
}
#addcomment {
	width: 480px;
}
#addcomment .onerow {
	width: 380px;
	padding: 5px 10px;
}
#addcomment .addcomment-inner {
	padding: 10px 0;
	width: 478px;
}
#addcomment .tenrow {
	width: 460px;
	padding: 5px 10px;
}
#addcomment .onerow label {
	width: 120px;
	padding: 0 10px 0 0;
	text-align: right;
	font-weight: bold;
	float: left;
	display: block;
	color: #347;
	line-height: 25px;
	font-size: 12px;
}
#addcomment .onerow span.text {
	padding: 5px 8px 6px 0;
	margin: 0 0 0 130px;
	border: none;
	border-radius: 5px;
	width: 184px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
   display: block;
   font-weight: bold;
}
#addcomment .onerow label span.optional {
	font-weight: normal;
}
#addcomment .onerow input.text {

}
#addcomment .submitrow {
	text-align: center;
	padding: 5px 0;
}
#addcomment .submitrow input {

}
#addcomment .submitrow input:hover {
}
br.cb {
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
	border: 0;
}
#addcomment .warnrow {
	text-align: center;
	padding: 5px 0;
}
#addcomment .path {
	margin: 0;
}
#addcomment div.error {
	width: 438px;
	padding: 5px;
	height: auto;
	clear: both;
	background: #FCC;
	color: #F00;
	border: 1px solid #FFF;
	box-shadow: 0 0 5px #C66;
	margin: 5px 12px 10px;
	font-weight: bold;
	border-radius: 3px;
}
#addcomment div.success {
	width: 438px;
	padding: 5px;
	height: auto;
	clear: both;
	background: #AE6;
	color: #271;
	border: 1px solid #FFF;
	box-shadow: 0 0 5px #271;
	margin: 5px 12px 10px;
	font-weight: bold;
	border-radius: 3px;
}
#recaptcha_widget_div {
	width: 320px;
	margin: 0 auto;
}
.comment {
	margin-bottom: 10px;
}

.comment {
}
.comment .title {
}
.comment .time {
}
.comment.fbuser {
	min-height: 60px;
}
.comment.fbuser .title {
	width: 428px;
	float: left;
	clear: none;
	margin-left: -5px;
}
.comment.fbuser .img {
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}
.comment.fbuser .img img.profilepicture {
	width: 40px;
	height: 40px;
	border: 0;
}
.comment.fbuser .img img.fbicon {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.comment .comment-content {
	padding: 5px;
}
#comments #loadcomments, #comments #loadprevcomments {
	width: 200px;
	height: 36px;
	border: none;
	color: #FFF;
	line-height: 36px;
	font-size: 12px;
	text-shadow: 0 1px 1px #000;
	background: url(images/bg_button_large.png) top left no-repeat;
	margin: 5px 140px;
	text-align: center;
	cursor: pointer;
}
#comments #loadcomments:hover,
#comments #loadprevcomments:hover {
	background: url(images/bg_button_large.png) 0 -36px no-repeat;
	line-height: 38px;
}*/