#newPopBox {
	min-width: 220px;
	margin-left: 0;
}
#popTipBox {
	position: fixed;
	z-index: 10000;
	width: auto;
	padding-left: 20px;	
	background: #fff;
	left: 45%;
}
#popTipBox .pop_tip {
	padding-left: 30px;	
}
#popTipBox .pop_warm {
	background: url("images/tips.png") 0 6px no-repeat;
	color: #FF8400;
}
#popTipBox .pop_success {
	background: url("images/succed.png") 0 6px no-repeat;
	color: #479E35;
}

/*add by dhpei*/
.publish-box{
    width: 500px;
    top: 20%;
    margin: 0 0 0 -250px;
}
.pub-lesson{
    padding: 10px 0 20px;
}
.pub-lesson li{
    margin: 10px 0 0 0;
}
.pub-lesson li label{
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-align: right;
}
.pub-lesson li span{
    height: 30px;
    line-height: 28px;
}
.pub-lesson li input{
    padding: 0 5px;
    width: 268px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #d7d7d7;
    outline: none;
}
.pub-lesson li textarea{
    padding-left: 5px;
    width: 343px;
    height: 60px;
    overflow-y: auto;
    outline: none;
    resize: none;
    line-height: 20px;
    border: 1px solid #d7d7d7;
}
.pub-lesson li select{
    margin-top: 4px;
    width: 150px;
    height: 23px;
}
.pub-lesson li .type a{
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin: 4px 3px 0 0;
}
.pub-lesson li .type a:hover,
.pub-lesson li .type a.active{
    color: #fff;
    background: #59a0ff;
    text-decoration: none;
}
.pub-lesson li span.file-tit{
    margin: 3px 0 0 5px;
    padding-left: 8px;
    height: 24px;
    line-height: 24px;
    background: url("../images/file_bg.png") no-repeat;
    color: #333;
    font-size: 12px;
}
.pub-lesson li span.file-tit em{
    float: left;
    padding-right: 8px;
    height: 24px;
    background: url("../images/file_bg.png") no-repeat right -24px;
}
.pub-lesson li span.file-tit em font{
    margin-right: 5px;
    padding-left: 15px;
    background: url("../images/ms_icon.png") no-repeat 0 -313px;
}
.pub-lesson li span.file-tit em a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 7px;
    height: 7px;
    background: url("../images/ms_icon.png") no-repeat -24px -361px;
}
.pub-lesson li .res{
    width: 350px;
}
.pub-lesson li .btn{
    margin-left: 100px;
}
.pub-lesson.text {
    padding: 10px 20px 20px 50px;
}
.pop_tip {
	text-align: center;
	/* width: 300px; */
}
.pop_online {
	padding: 20px;
}
.tips-box {
	top: 30%;
	margin-top: 0;
}