#container_guest {
    width: 100%;
    text-align: left;
	overflow: auto;
}

#info {
    color: #D2DCF3;
    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: #000000;
}

#jb_message p {
    margin: 0;
    padding: 0.5em;
    font-size: 1.6em;
}

#jb_addComment label {
	float: left;
	width: 150px;
	clear: both;
    font-size: 0.9em;
	color: #fff;
	text-align: right;
	margin: 0 0 5px 0;
}
/* --- change color frame area ---*/
#jb_addComment input, #jb_addComment textarea {
	float: right;
	width: 390px;
	padding: 2px;
	color: #fff;
	background: #222;
	border: 1px solid #333;
	margin: 0 0 7px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#jb_addComment input.button {
	float: left;
	width: 100px;
	padding: 3px;
	clear: both;
	margin-left: 164px;
	background: #52718B;
	border: 1px solid #52718B;
}
/* --- change color frame area ---*/

/* --- change color frame area ---*/
#jb_addComment fieldset {
	border: 0;
}
/* --- change color frame area ---*/
.comment {
    overflow: hidden;
    position:relative;
	background: url(images/quotes.gif) top left no-repeat;
}

.comment .header {
	display: block;
	padding: 0 0 0 30px;
	font-size: 1.1em;
	color: #5A2010;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}

.comment .header a {
    font-weight: bold;
}

.comment .content {
    padding: 5px 5px 20px 5px;
	background: url(images/border.gif) bottom repeat-x;
	margin-bottom: 30px;
}

.comment .content a {
    color: #666;
}

.comment .content a:hover {
    color:#333;
}

.comment .date {
    font-size: 0.8em;
    color: #52718B;
    position:absolute;
    top:2px;
    right:12px;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    color:#999;
}

#footer a {
    color: #999;
}

#footer a:hover {
    text-decoration: none;
    color:#000;
}

.required {
    color: #221414;
}

#jb_addComment .hidden, .hidden {
    display: none;
}

.gb_login a {
	float: right;
	padding: 3px 8px 3px 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
}

.gb_login a:hover {
	background-color: #222;
}

.gb_login a.admin_log {
	background-image: url(images/admin.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.gb_login a.comment_link {
	background-image: url(images/bubble.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/* Captcha Styles: Use for reset */
.captcha-holder {
	float: left;
	clear: both;
	padding: 5px 0 10px 165px;
}

#jb_addComment .captcha-holder label {
	float: none;
}

#jb_addComment .captcha-holder input {
	float: none;
	border: 1px solid #000;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #000;
	padding: 4px;
}