/* topic弹窗样式 */
.topic_tan{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding: 0px;
    border: 3px solid #ebeaea;
    background-color: #fff;
    color: black;
    width: 625px;
    height: 553px;
    z-index: 1001;
}
.topic_tan .top{
	width:625px;
	height: 37px;
	background-color: #f2f2f2;
}
.topic_tan form{
	padding-top:19px;
	width: 600px;
	margin: 0 auto;
}
.topic_tan #new_title{
	width: 588px;
	height: 30px;
	padding-left: 10px;
	border: 1px solid #cacaca;
	font-family: arial;
	font-size: 15px;
	color: #000;
}
.topic_tan .limit{
	font-family: arial;
	font-size: 15px;
	color: #a8a8a8;
	padding-top: 1px;
	padding-bottom: 11px;
	padding-left: 1px;
}
.topic_tan .text{
	width: 368px;
	height: 235px;
	border: 1px solid #cacaca;
	font-family: arial;
	font-size: 15px;
	color: #000;
	padding:10px;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
}
.topic_tan .forum{
	padding-top:20px;
}
.topic_tan .forum span{
	font-family: arial;
	font-size: 15px;
	color: #000;
	float: left;
	line-height: 28px;
	display: block;
}
.topic_tan #submit{
/* 	margin-top: 10px; */
    margin-left: 305px;
    width: 79px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #014073;
    border: none;
    font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.topic_tan .new_close{
	position: absolute;
	top:11px;
	right: 15px;
	cursor:pointer;
}
.tinymceinitopic{
	width: 600px;
    height: 360px;
}