#news_box
{	width:100%;
	overflow:hidden;
	margin:auto;
}

#news_box label
{	float:left;
	width:40%;
	margin-top:5px;
	text-align:right;
	line-height:18px;
}

#news_box label.textarea
{	text-align:left;
	float:none;
	clear:both;
}

#news_box label span.code
{	font-weight:normal;
	position:relative;
	top:-6px;
	line-height:16px;
}

#news_box input
{	float:right;
	width:50%;
	margin-top:5px;
}


#news_box textarea
{	clear:left;
	width:100%;
	height:200px;
	overflow:auto;
	margin-right:2px;
}

#news_box input.checkbox
{	background-color:#f9f9f9;
	border:2px groove #f9f9f9;
	float:right;
	width:auto;
}

#news_box input.submit
{	width:100px;
}


.comment a.news_link,.comment a:link.news_link,.comment a:visited.news_link,.comment a:active.news_link
{	margin:5px 0px 0px 2px;
	text-decoration:none;
	display:inline;
	float:right;
}

a.next_link
{	background-image:url(img/comment_right.png);
	width:34px;
	height:22px;
	overflow:hidden;
}

a.last_link
{	background-image:url(img/comment_left.png);
	width:34px;
	height:22px;
	overflow:hidden;
}

a.comment_link
{	background-image:url(img/comment_save.png);
	width:84px;
	height:22px;
	overflow:hidden;
}

a.archive_link
{	background-image:url(img/comment_archive.png);
	width:72px;
	height:22px;
	overflow:hidden;
}

.white_links a.next_link
{	background-image:url(img/comment_right_white.png);
	width:34px;
	height:22px;
	overflow:hidden;
}

.white_links a.last_link
{	background-image:url(img/comment_left_white.png);
	width:34px;
	height:22px;
	overflow:hidden;
}

.white_links a.comment_link
{	background-image:url(img/comment_save_white.png);
	width:84px;
	height:22px;
	overflow:hidden;
}

.white_links a.archive_link
{	background-image:url(img/comment_archive_white.png);
	width:72px;
	height:22px;
	overflow:hidden;
}



a:hover.news_link
{	color:#872238;
}

img.news_small_pic
{	float:left;
	margin:0px 10px 10px 0px;
}

strong.admin_answer
{	display:block;
	color:#872238;
	font-weight:bold;
	text-decoration:underline;
}

p.admin_answer
{	padding:10px 0px 0px 50px;
}

.comment
{	background-image:url(img/comment_back.png);
	background-repeat:repeat-x;
	padding:0px 10px 10px 10px;
	margin-top:5px;
	min-height:120px;
}

.no_comment
{	background-image:url(img/no_comment_back.png);
	min-height:20px;
}

.news_box
{ border-bottom:1px solid #e9e3b5;
	padding:5px 0px 10px 0px;
}