@CHARSET "UTF-8";
#forum {
	width: 760px;
	font-size: 11px;
	margin-top: 40px;
}
form{
	padding:0px;
	margin:0px;
}
#forum a.forum_nav{
	font-weight: bold;
	font-size: 11px;
}
#forum .forum_nav_place{
	padding: 6px;
	background: #fafafa;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}
#forum a.topic_l{
	font-size: 11px;
	font-weight:bold;
	color: #3D3D3D;
}
#forum a.autor_l{
	font-size: 11px;
	font-style:italic;
	color: #3D3D3D;
}
#forum .new_topic{
	background:url(../layout/forum/new_topic.jpg) no-repeat;
	width: 151px;
	height: 30px;
	cursor: pointer;
}
#forum table.topics{
	margin-top:12px;
}
tr.item_tr_list, tr.item_tr_list:hover{
	background: #fafafa;
}
tr.item_tr_list:hover{
	background: #fff;
}
#forum td.n1{
	padding: 4px;
	font-weight: bold;
	background: #ececec;
}
#forum td.t1{
	padding: 4px;
	background: #fafafa;
}
#forum td.i1{
	width: 20px;
	height: 20px;
	padding: 0px;
}
#forum .over{
	font-size: 13px;
	background: #fafafa;
	padding: 4px 0px 4px 0px;
}
#forum .title_form{
	width:758px;
	border: 1px solid #cccccc;
}
#forum .content_form{
	width: 754px;
	height: 180px;
}
#forum .over3{
	font-size: 13px;
	background: #F0F0EE;
	padding: 4px 0px 4px 0px;
	height: 20px;
}
#forum .save_btn, #forum .save_btn:hover{
	font-size: 13px;
	font-weight: bold;
	background: #fafafa;
	border: 1px solid #cccccc;
	cursor: pointer;
	float: right;
	margin-right: 4px;
}
#forum .save_btn:hover{
	background: #B2BBD0;
	border: 1px solid #0A246A;
}
#forum .topic{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 4px;
	background: #ececec;
	font-weight: bold;
}
#forum .postAuthor{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 4px;
	background: #fafafa;
	border: 1px dotted #979797;
	border-bottom: 0px;
}
#forum .postCont{
	background: url(../layout/forum/bg_topic.gif) repeat-x;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border: 1px dotted #979797;
	border-top: 0px;
}
#forum .new_post{
	background:url(../layout/forum/new_post.jpg) no-repeat;
	width: 151px;
	height: 30px;
	cursor: pointer;
}
 #auth{
	width: 400px;
	text-align: left;
}
#auth .form_title{
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-size: 21px;
}
#auth .form_ico{
	width: 86px;
	height: 104px;
	float: left;
	background:url(../layout/lock.jpg) no-repeat;
}
#auth .form{
	display:inline;
	padding-left: 10px;
	width: 300px;
	float: left;
}

