#forum {
	font-size: 12px;
}
/* http://odyniec.net/articles/turning-lists-into-trees/ */
.msg-tree {
	overflow: hidden;
	font-size: 12px;
	margin-left: -50px;
}
.msg-tree ul {
	list-style-type: none;
	background: url(images/tree/vline.gif) repeat-y;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
.msg-tree li {
	list-style-type: none;
	background: url(images/tree/node.gif) no-repeat;
  margin: 0;
	padding: 15px 0 0 15px;
}
.msg-tree li.last {
	background: #fff url(images/tree/lastnode.gif) no-repeat;
}
.msg-tree .box_answer {
	border: 1px solid #D3D3D3; 
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.msg-tree .box_answer_head {
	background-color: #D3D3D3;
	padding: 5px 0 5px 10px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.msg-tree .box_answer_text {
	display:block; 
  padding:10px;
}
.msg-tree .togglebutton_answer {
	padding: 0 10px 0 10px;
	font-family: Webdings;
	font-size: 14px;
	text-decoration: none;
	color: #777777;
}

.msg-tree .hide_tree {
	background: url(images/plus-minus.gif) bottom center no-repeat;
	margin-right: 20px;
	font-size: 10px;
	font-weight: normal;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

.msg-tree .childrens-collapsed {
	display: none;
	font-weight: normal;
	font-size: 11px;
}

#forum-form {
	position: relative;
	width: 560px;
	margin: 0 auto;
}
#forum-form input {
	margin: 7px 0 15px 0;
	padding: 5px;
  border: 1px solid #ACAEAC;
  background-color: #FCFCFC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
















