form { margin: 0px; padding: 0px; }
input.text, textarea
{
	height: 18px;
	background: #fff;
	border: 1px solid #999;
	font: 12px Tahoma;
}
input.btn
{
	width: 100px;
	height: 25px;
	background: url(../images/btn/btn_back.gif) no-repeat center center;
	border: 0px;
	font: 12px Tahoma;
}
table.list
{
	width: 98%;
	border: 1px solid #DEDEDE;
	text-align: center;
	font: 12px Tahoma;
	color: #333;
	margin:0px auto;
}
table.list a
{
	color: #333;
	text-decoration: none;
}
table.list a:hover
{
	color: #FF7200;
}
table.list td
{
	padding: 4px;
	border-bottom: 1px solid #e3e3e3;
}
table.list th
{
	height: 28px;
	background-color: #cc0933;
	color: #ffffff;
}
table.list span
{
	font: 11px Tahoma;
}
table.list tr.unread
{
	color: #333!important;
}
table.list tr.readed, table.list tr.readed a
{
	color: #999!important;
}
.add a
{
	color: #333;
	text-decoration: underline;
	font-size:12px;
}
.add a:hover
{
	color: #FF7200;
}

/***************************************************************************************************/
div#pager
{
	font: 12px Tahoma;
	margin: 10px;
	background: #fffde5;
	border: 1px solid #d8a91d;
	color: #efb300;
	padding: 8px;
	text-align: left;
}
div#pager span { font: 12px Webdings; }
div#pager a { color: #ffab15; text-decoration: none; }
div#pager a:hover { color: #000; text-decoration: #000; }
/***************************************************************************************************/
div#filter
{
	font: 12px Tahoma;
	margin: 10px;
	background: #fffde5;
	border: 1px solid #d8a91d;
	color: #efb300;
	padding: 8px;
	text-align: right;
}

div.titlebar
{
	background:url(../images/titlebar.gif) left center no-repeat;
	width:620px;
	height:38px;
	padding:20px 0px 0px 60px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:5px 0px 0px 10px;
}

div.form
{
	margin: 10px auto;
	width:80%;
	background: #f2fafc;
	border: 1px solid #ccc;
	font: 12px Tahoma;
	text-align: left;
}
div.form div.caption
{
	margin: 5px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
div.form div.item
{
	float: left;
	width: 100px;
	text-align: right;
	margin: 10px 0px;
}
div.form div.item span { color: #ff0000; }
div.form div.input input , div.form div.input textarea
{
	width: 200px;
	margin: 5px 0px 10px 0px;
}