.container { 
  width:610px;
  text-align:left;
  margin:0 auto;
}


.content{
  }

.guestbook{
  background-image: url(images/post_content_bg.gif);
  background-position: left top;
  background-repeat: repeat-y;
  margin:0px;
  padding: 21px 32px 20px 45px;
  line-height:18px;
  font-size:11px;
}

.guestbook_top{
	font-weight:bold;
	  margin: 0;
  padding: 20px 32px 0px 45px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  background-image: url(images/post_head_bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
  font-family: cursive;

}

.guestbook .date {
	font-size:0.8em;
	text-align:right;
	color:#366;
	background-image: url(images/timeicon.gif);
	background-repeat: no-repeat;
	background-position: 84%;
}
.guestbook_top .link {
	text-align:right;
	padding-left:300px;
}

#jb_addComment label {
  display:block;
  font-size:1.1em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:13px;
	font-family:arial, sans-serif;
	margin-bottom:5px;
	padding-left:2px;
	width:50%;
}
#jb_addComment textarea{
	height:80px;
	width:98%;
  font-size:13px;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background: #666;
	height: 22px;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}

.required{
	color:#FF9900;
}