/*-------------------------------------------------------------------------------------
//	JibberBook v2.1
//	(c) 2008 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/

#jb_message {
	color:#fff;
	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;
}
#primary {
  float:left;
}
#secondary {
	width:630px;
  float:right;
  margin-bottom:1em;
}
#jb_addComment{
	width:255px;
}
#jb_addComment label {
  display:block;
 
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
}
#jb_addComment textarea{
	height:80px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
	height:300px;
	overflow:auto;
}
.comment{
	width:610px;
	border:1px  solid #aaa; 
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {

	border-bottom: solid 1px #96b5e5;
	padding:2px 1px;
	background:#96b5e5;
}
.comment .header a{
	color:#000;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:5px;
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#999;
	padding-right:4px;
}

#jb_addComment .hidden, .hidden{
	display:none;
}
