/* message */
.wideBackground{}

#content-container article{
	padding:60px 0 40px 0;
}
#message-talk, #message-content{
	margin-top:40px;
}
#content-container article .wrapper{
	position:relative;
}
/*-------------------------------------------
list
-------------------------------------------*/
.btn-new{
	display:block;
	width:110px;
	position:absolute; top:-35px;
	font-size:15px !important; line-height:15px;
	padding:5px 12px !important;
}
#message-list ul{
	margin:0; padding:0; list-style:none;
}
#message-list li{
	background-color:#fff;
	border-bottom:3px solid #e7e2d5;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:18px;
	margin:12px 0;
}
#message-list time, #message-list a, #message-list .replay{
	display:inline-block;*display:inline;zoom:1;
}
#message-list time{
	color:#e62129; font-size:13px;
}
#message-list li a{
	border-left:1px solid #ccc; border-right:1px solid #ccc;
	margin-left:20px;
	padding:0 20px;
	width:800px;
	font-size:16px; color:#111;
}
	#message-list li a:hover{
		color:#09F;
	}
#message-list .reply{
	float:right;
	text-align:center;
	width:60px;
	line-height:18px; color:#333;
}
#message-list .reply small{
	color:#aaa; font-size:12px;
}

/*-------------------------------------------
talk
-------------------------------------------*/
.notice{
	margin:40px 0 0; padding:0 24px;
}
#message-talk ul{
	margin:0; padding:0; list-style:none;
}
#message-talk li{
	float:left;
	height:auto!important;min-height:50px;height:50px;
	position:relative;
	box-sizing:border-box;
	padding:0 15px 0 15px;
}
#message-talk i{
	position:absolute; left:0; top:0;
	color:#f00;
}
#message-talk .col-1{width:10%;}
#message-talk .col-2{width:20%;}
#message-talk .col-3{width:30%;}
#message-talk .col-4{width:40%;}
#message-talk .col-5{width:50%;}
#message-talk .col-6{width:60%;}
#message-talk .col-7{width:70%;}
#message-talk .col-8{width:80%;}
#message-talk .col-9{width:90%;}
#message-talk .col-10{width:100%;}
#message-talk .col-submit{text-align:right;}
#message-talk .vcode{
	display:inline-block;*display:inline;zoom:1;
/*	border:1px solid #ccc;
	background-color:#fff;*/
	text-align:center; font-size:18px; line-height:24px;
	padding:5px 12px;
}
#message-talk li input[type=text], #message-talk li textarea{
	width:100%;
}
#message-talk li .btn-back{
	width:100px;
	font-size:15px;
}
#message-talk li input[type=submit]{
	width:200px;
	font-size:15px;
}

/*-------------------------------------------
message
-------------------------------------------*/
#message-content .btn-back{
	display:block;
	width:110px;
	position:absolute; top:-55px;
	font-size:15px !important;
}
.topic{
	background-color:#fff;
	border-bottom:3px solid #e7e2d5;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:18px 25px;
	margin:15px 0 0;
	font-size:14px;
}
.topic time, .topic .post-name, .topic .replay{
}
.topic .post-name{color:#111;}
.topic time{color:#e62129; }
.topic .reply-count{color:#333;}
.topic-title{
	color:#000; font-size:16px; font-weight:700;
	padding:12px 0;
	margin-top:5px;
	border-top:1px solid #eee;
}
.topic-content{
	color:#111; font-size:13px;
}
.fun-reply{
	margin:10px 0 0;
	padding:10px;
	background-color:#fffce8;
	color:#000;
	border:1px dashed #eed294;
}

	/*-------------------------------------------
	reply list
	-------------------------------------------*/
	.reply-list ul{
		margin:0 0 0 30px; padding:20px 0 0; list-style:none;
		border-left:1px solid #ccc;
		font-size:14px;
	}
	.reply-list ul li{
		position:relative;
		background-color:#fff;
		border-bottom:3px solid #e7e2d5;
		border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
		padding:18px 25px;
		margin-left:40px; margin-top:15px;
	}
	.reply-list ul li .number{
		display:inline-block;*display:inline;zoom:1;
		width:40px;
		color:#111; font-weight:700;
		padding:5px;
		position:absolute; left:-41px;
		border-bottom:1px solid #ccc;
	}
	.reply-list ul li .reply-name{color:#111;}
	.reply-list ul li time{color:#e62129; }
	.reply-list ul li .reply-content{
		border-top:1px solid #eee;
		color:#111; font-size:13px;
		padding:12px 0;
		margin-top:5px;
	}
	#message-content .btn-reply{
		width:50px;
		display:block;
		font-size:13px !important;
		padding:1px 3px;
		position:absolute; right:25px; top:15px;
	}
	/*-------------------------------------------
	reply form
	-------------------------------------------*/
	#reply-form ul{
		margin:40px 0 0; padding:20px 0 0; list-style:none;
		border-top:1px solid #e7e2d5;
	}
	#reply-form li{
		float:left;
		height:auto!important;min-height:50px;height:50px;
		position:relative;
		box-sizing:border-box;
		padding:0 15px 0 15px;
	}
	#reply-form i{
		position:absolute; left:0; top:0;
		color:#f00;
	}
	#reply-form .col-1{width:10%;}
	#reply-form .col-2{width:20%;}
	#reply-form .col-3{width:30%;}
	#reply-form .col-4{width:40%;}
	#reply-form .col-5{width:50%;}
	#reply-form .col-6{width:60%;}
	#reply-form .col-7{width:70%;}
	#reply-form .col-8{width:80%;}
	#reply-form .col-9{width:90%;}
	#reply-form .col-10{width:100%;}
	#reply-form .col-submit{text-align:right;}
	#reply-form .vcode{
		display:inline-block;*display:inline;zoom:1;
	/*	border:1px solid #ccc;
		background-color:#fff;*/
		text-align:center; font-size:18px; line-height:24px;
		padding:5px 12px;
	}
	#reply-form li input[type=text], #reply-form li textarea{
		width:100%;
	}
	#reply-form li .btn-back2{
		width:100px;
		font-size:15px;
	}
	#reply-form li input[type=submit]{
		width:200px;
		font-size:15px;
	}