
.logo_img {
	padding: 10px;
	border: 0 none;
	}

/* Lunarbabies main stylesheet */

.LB_nav
{
}

#LB_content
{
	clear: both;
}

#LB_content .comment_1,
#LB_content .comment_2
{
	margin: 5px;
	padding: 5px;
}

#LB_content .comment_1
{
	background-color: #F5F5F5;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	color: #444;
}

#LB_content .comment_2
{

}

#LB_content .comment_name
{
	font-size: 12px;
	font-weight: bold;
}

#LB_content .comment_date
{
	font-size: 9px;
}

#LB_content .comment_msg
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: oblique;
}

#LB_content .comment_form TABLE
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}

#LB_content .comment_form TABLE .caption,
#LB_content .comments_title
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 230px;
	padding-bottom: 15px;
}

#LB_content .comment_form INPUT
{
	width: 200px;
}

#LB_content .comment_form TEXTAREA
{
	width: 440px;
	height: 150px;
}

#LB_content .comment_form .submit
{
	width: 150px;
}

#LB_content .gallery
{
	display: table-cell;
}

.notice, .error_msg { margin: 2px;padding: 5px;text-align: center;border: 1px solid;font-weight: bold;font-size: 11px; }
.notice			{	color: #005385;background: #f8fafc;border-color: orange;}
.error_msg		{	color: white;background-color: #ce0000; border-color: RED;}
