.panel-header, .panel-body{
	border-color: #F2F0F0;
}
.layout-expand .panel-header, .layout-expand .panel-body{
	background: #F2F0F0;
}

.panel-header{
    background: linear-gradient(to bottom,#F2F0F0 0,#FFFFFF 100%);	
}
.layout-split-west{
	border: none;
}
legend{
    color:#333333;
    border: none;
}
.easyui-validatebox{
	/* border-radius: 3px; */
	height: 21px;
/*     border-bottom: none;
    border-right: none; */
}

.jb_bj{
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#6dc0fd');
	background: linear-gradient(rgb(255, 255, 255) 0px, rgb(73, 177, 253) 100%); */

/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0c5', endColorstr='#9fd63a');
	background: linear-gradient(#FFF0C5 0px, #9fd63a 100%); */
	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0c5', endColorstr='#f9a67a');
	background: linear-gradient(#FFF0C5 0px, #f9a67a 100%);
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgb(255, 255, 255)), to(rgba(73, 177, 253, 0.5)));  */
	background: linear-gradient(#FFF0C5 0px, #f9a67a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0c5', endColorstr='#f9a67a');
}


.tabs li a.tabs-inner{
	background: linear-gradient(to bottom,#ffffff 0,#d2d2d2 100%);
}

.gd_sise{
	margin-top: 10px;
	/* border: 1px solid #9c9c9c; */
}
.panel-header{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#FFFFFF');
}
.table th{
	    /* background: #5CD8FF; */
	      /*   background: #9fd63a; */
	      background: #fff0c5;
}
.table th, .table td{
	    border: 1px solid #CECECE;
}
.bjaa{
	    background-color: #62B8F7;
	   /* background-color: #82bd17; */
	  /*   background-color: #f9af7a; */
}
.dialog-toolbar, .dialog-button{
	  /*   background: #F2FCFF; */
	     /*  border-color: #fa8641; */
	    /*  background: #45BAFF; */
}
.dialog-button{
	    border-color: #8CC0E6 #95B8E7 #95B8E7 #95B8E7;
	     /* border-color: #fb8b3e; */
}
.l-btn-text{
	margin: 0 17px;
}


.form-control {
	margin-top:1px;
/* width:200px; */
display: block;
padding: 3px 4px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: white;
background-image: none;
border: 1px solid #CCC;
/* border-radius: 4px; */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* 
.form-control {
	margin-top:4px;
width:200px;
display: block;
padding: 3px 4px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: white;
background-image: none;
border: 1px solid #CCC;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} */