.iframe-content{
	width:1024px;
	height:auto;
}

.panel-content{
	width:750px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.icon_edit{
    vertical-align: middle;
    width:18px;
    height:18px;
    display: inline-block;*display:inline;*zoom:1;
    margin: 0 3px;
    cursor:pointer;
    background:url(../img/icons/xukeEdit1.png) no-repeat;
}
.icon_edit:hover{
   background:url(../img/icons/xukeEdit2.png) no-repeat;
}
 
.icon_del{
    vertical-align: middle;
    width:18px;
    height:18px;
    display: inline-block;*display:inline;*zoom:1;
    margin: 0 3px;
    cursor:pointer;
    background:url(../img/icons/xukeDelete1.png) no-repeat;
}
.icon_del:hover{
   background:url(../img/icons/xukeDelete2.png) no-repeat;
}


/*鍒嗛殧绾�*/
.add_information_dashed{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:33px;
	width:700px;
	border-bottom: 1px dashed #DBDBDB;
}
/*鎻愮ず鏂囧瓧*/
.tips{
    color: red;
    font-size: 14px;
    font-weight:600;
}

/*鎸夐挳鏍峰紡*/
.buttonBar{
	text-align:center;
	margin-top:10px;
}

.commonBt{
    background-color: #2e9ee4;
    width: 80px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    /* margin: 16px 5px 0; */
    cursor: pointer;
    margin: 0 4px;  
}

.commonBt:hover{
    background-color:#2488c7;
   /*  margin: 0 4px; */
}
.iframe-content-customsImpExp{
width:1024px;
height:1024px;
margin: 0 auto;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

.ui-widget-content {
     border: 0px solid #aaaaaa; 
}