/*forum*/
.forum-info {
	overflow: auto;
	margin-bottom: 20px;
}
.forum-info .forum-image {
float:left;
	margin-bottom: 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.forum-info .forum-author {
	width: 160px;
	margin-left: 5px;
	clear: both;
	overflow: hidden;
}

.forum-info .forum-email {
	width: 160px;
	margin-left: 5px;
	clear: both;
	overflow: hidden;
}

.forum-info .forum-reply {
	width: 160px;
	margin-left: 5px;
	clear: both;
	overflow: hidden;
}

.forum-info .forum-date {
	width: 160px;
	margin-left: 5px;
	clear: both;
	overflow: hidden;
}
.forum-info .forum-ip {
	width: 160px;
	margin-left: 5px;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}
.forum-info .forum-view {
	width: 160px;
	margin-left: 5px;
	clear: both;
	overflow: hidden;
}

.forum-info .forum-left {
	float: left;
	width: 22%;
}
.forum-info .forum-right {
	float: right;
	width: 76%;
}
.forum-info .forum-edit {
	float: right;
	width: 98%;
	border-bottom: 1px solid #E7E7E7;
	text-align: right;
	padding:8px
}
.forum-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.forum-list .image {
	float: left;
	margin-right: 10px;
}
.forum-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.forum-list .name {
	margin-bottom: 3px;
}
.forum-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.forum-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}

/*end forum*/