.editform {
	margin:0;
}

.fieldLabel {
	text-align:right;
}

.cur_layout{
	width:100%;
	height:700px;
	display: flex;
	justify-content: space-between
}

.cur_layout_left{
	width:30%;
	overflow: hidden;
	border: 1px solid #95B8E7;
}

.cur_panel_title{
	background-color: #E0ECFF;
	background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
	background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
	background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
	background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
	color: #0E2D5F;
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #95B8E7;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.cur_panel_content{
	margin:10px;
	padding: 10px;
	height: 650px;
	overflow-y: scroll;
}

.cur_layout_right{
	width: 68%;
	border: 1px solid #95B8E7;
}