﻿#main
{
	width:780px;
	margin:20px auto 0px auto;
	background:url(../images/main_bg3.gif) repeat-y center top;
}
#main div.mainTop
{
	height:10px;
	font-size:0px;
	background:url(../images/main_top3.gif) repeat-y center top;
}
#main div.mainBottom
{
	height:17px;
	font-size:0px;
	background:url(../images/main_bottom3.gif) repeat-y center top;
}

#main div.mainContent
{
	margin:10px 25px 10px 25px;
}

ul.messageList
{
	margin-top:0px;
}

ul.messageList li
{
	list-style:none;
	line-height:20px;
	text-indent:15px;
	padding:10px 0px 10px 0px;
	background:url(../images/icon_arrow.gif) no-repeat 0px 14px;
	border-bottom:dotted 1px #e1e1e1;
}
ul.messageList li.li2
{
	background:#f7f7f7 url(../images/icon_arrow.gif) no-repeat 0px 14px;
}
ul.messageList li div.action a,ul.messageList li div.action a:visited
{
	color:#ff0000;
	margin-right:8px;
	text-decoration:underline;
}
ul.messageList li span.nick
{
	margin-left:10px;
}
ul.messageList li div.replyContent
{
	margin:10px 0px 0px 30px;
	background:#F8F8F8;
	border:solid 1px #ccc;
}
