#jb_message {
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
	background-color:#360;
}
#jb_message p {
	margin:0;
	padding:0.5em;
	font-size:1.6em;
}
#bt-form {
	position:absolute;
	width:350px;
	z-index:10;
	right:0px;
	top:27px;
	}
#jb_addComment dt {
	float:left;
	width:120px;
}
#jb_addComment dd {
	position:relative;
	top:-2px;
}
#jb_addComment input, #jb_addComment textarea {
	font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,Verdana,sans-serif;
	font-size:8pt;
}
#jb_addComment input#name, #jb_addComment input#website, #jb_addComment textarea#comment {
	width:200px;
}
#jb_comments{
	width:430px;
	height:400px;
	margin-top:20px;
	border:1px solid #333;
	overflow:auto;
	background:#222;
}
.comment {
	overflow:hidden;
	border-bottom:1px solid #333;
}
.comment .header {
	padding:5px 10px;
	background:#111;
}
.comment .header a {
	color:#fc0;
}
.comment .header a.delete {
	float:right;
}
.comment .content {
	width:75%;
	padding:10px;
	line-height:1.5em;
}
.comment .urut {
	float:right;
	color:#333;
	font-size:0.8em;
	margin-left:3px;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#444;
	margin-right:7px;
	margin-bottom:4px;
}
.comment img.emoticon {
	vertical-align:middle;
}
.required{
	color:#333;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
#jb_loading_message {
	padding:5px 10px;
	background:#333;
}
