.position{
	background: url(../images/h1_bg.jpg) repeat;
    margin-bottom: 30px;
    padding: 9px;
}
.left{
    float: left;
    width: 680px;
  }

.left h3{
  	margin-bottom:10px;
  	font-size:20px;
	text-align:center;
}
.left .editor{
  	margin-bottom:20px;
	line-height:30px
}
.left .handle li{
	margin-bottom:10px
}
.right{
    float: right;
    width: 270px;
  }
.right .kfbl{
    padding: 10px;
	border: 1px solid;
    box-sizing: border-box;
}
.right .kfbl li{
  	padding-bottom:10px;
  	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.list li{
  	padding-bottom:10px;
  	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.list li h4{
  	margin-bottom: 5px;
	font-size:20px;
}
.prompt{
	margin: 20px 0;
    line-height: 30px;
}