#container h3 {
	margin-bottom: 0px;
}

#info {
	color:#666;
	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;
}
#primary {
  float:right;
  width:255px;
}
#secondary {
	width:420px;
  float:left;
  margin-bottom:1em;
}
#jb_addComment{
	
}
#jb_addComment label {
  display:block;  
}
#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:180px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{	
}
.comment{
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #52C6E7;
	padding:2px 1px;
	
}
.comment .header a{
	color:#000;
	border: none;
	text-decoration: none;
}

.comment .header a:hover{
	color: #999999;
}

.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;
	border-top: 1px dashed #999999;
	padding-right:4px;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:0.8em;
	border-top:solid 2em #000;
}
#footer a{
	color:#06c;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}


/**
 * Thats the basic css needed for the upload bars
 */

.photoupload-queue
{
	list-style:				none;
	margin: 0;
	padding: 0;
}
.photoupload-queue li
{
	padding:				5px 0 5px 5px;
}

.photoupload-queue .queue-file
{
	font-weight:			bold;
}

.photoupload-queue .queue-size
{
	color:					#aaa;
	margin-left:			5px;
	font-size:				0.9em;
}

.photoupload-queue .queue-loader
{
	position:				relative;
	font-size:				10px;
	height: 18px;
	background-color:		#ddd;
	color:					#fff;
	border:					1px inset #ddd;
}
.photoupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#81B466;
	height:					18px;
	width:					0%;
	left:					0;
	top:					0;
	margin: 0;padding:0;
}

.photoupload-queue .input-delete
{
	width:					16px;
	height:					16px;
	background:				url(/images/delete.png) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
}

.halfsize{
	width:255px;
}

.comment .commentpic{
	margin: 5px 15px 10px 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.comment .break{
	clear: both;
}

.comment img{
	float: left;
	clear: left;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #52C6E7;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/guestbook/theme/default/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/guestbook/theme/default/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/guestbook/theme/default/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/guestbook/theme/default/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

