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

#info {
	color: #CCFFFF;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color: #990066;
}
#jb_message.confirm {
  background-color: #17285F;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#primary {
  float:right;
}
#secondary {
  width:100%;
  margin-bottom:1em;
}
#jb_addComment{
	width:100%;
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:100%;
	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:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	color:#000033;
	padding:2px 1px;
	background: #669;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../../../styles/border-radius.htc);
}
.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: #003;
	padding-right:4px;
}
.required{
	color: #F3C;
}
#jb_addComment .hidden, .hidden{
	display:none;
}

