@import url("../../../style.css");
@import url("../../../sfx.css");
@import url("../../../settings.css");
/*-------------------------------------------------------------------------------------
//	JibberBook v2.0
//	(c) 2007 Chris Jaure
//	license: MIT License
//	website: http://www.chromasynthetic.com/
//
//	inc/jbstyle.css
-------------------------------------------------------------------------------------*/
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family: "Segoe UI", "arial", "default";
	color:Aliceblue;
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
#container {
	width:800px;
	text-align:left;
	margin:0 auto;
}
#container h3 {
	/*	font-size:1.6em;*/
/*	margin-bottom:10px;*/
/*	font-family:arial, sans-serif;
	font-weight:normal;
	color:#98D1F3;*/
	text-align:center;
	padding-bottom:20px;
}
#header {
/*	padding:2em 0;
	background:url(images/header_bg.gif) no-repeat bottom;*/
}
#header h1 {
	text-align:center;
	/*	font-weight:normal;*/
/*	font-size:3em;*/
	margin-top:5px;/*	line-height:1em;*/
}
#info {
	/*	color:#ccc;*/
	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:#c00;
}
#jb_message.confirm {
	background-color:#360;
}
#jb_message p {
	margin:0;
	padding:0.5em;/*	font-size:1.6em;*/
}
#jb_loading_message {
	text-align:center;
	color: #53D7FF;
}
#content {
	text-align:left;
}
#content h3 {
	text-align:center;
}
#primary {
	/*	padding:10px;*/
	margin-bottom:1em;
}
#primary h3 {
	margin-bottom:20px;
}
#secondary {
/*	padding:10px;*/
}
#jb_addComment label {
	display:block;
	font-size:10pt;
}
#jb_addComment input, #jb_addComment textarea {
	font-size:11pt;
	/*	font-family:arial, sans-serif;*/
	margin-bottom:7px;
	/*	padding-left:2px;*/
	width:256px;
	height:17px;
}
#jb_addComment textarea {
	width:100%;
	height:100px;
}
#jb_addComment .button {
	cursor:pointer;
	border:outset 0px #ccc;
	background:#999;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/formbg.gif) repeat-x left top;
	width:260px;
	height:22px;
	margin-top:3px;
}

#jb_addComment fieldset {
	border:0;
	margin:0;
	padding:0;
	width:800px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
.comment {
	overflow:hidden;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	width:640px;
}
.comment .header {
	font-weight:bold;
	/*	padding:2px 1px;*/
	font-size: 11pt;
}
.comment .header, .comment .header a {
	color:#FF0000;
}
.comment .header a {
	border-bottom:#FF0000 dotted 1px;
	text-decoration: none;
}
.comment .content {
	/*	padding:5px;
	line-height:1.5em;*/
	padding:0px;
}
.comment .content a {
	color:#fc0;
}
.comment .date {
	font-size:9pt;
	text-align:left;
	color:#b0c4de;
	margin-right:14px;
	margin-top:3px;
	float:left;
	font-weight: normal;
}
#footer {
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:9pt;
	width:auto;
}
.required {
	/*	color:#00B9FF;*/
	color:#53D7FF;
}
#jb_addComment .hidden, .hidden {
	display:none;
}
