#container .tableShape{
		/*height: 100%;*/
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.5);
		z-index: 1000000000;
	}
	.tableShapeList{
		position: fixed;
		top: 50%;
		width: 700px;
		left: 50%;
		margin-left: -350px;
		background: #fff;
		height: auto;
		max-height: 90%;
	}
	.tableShapeListH5{
		height: 40px;
		line-height: 40px;
		background: #0080cc;
		font-size: 18px;
		color: #fff;
		padding-left: 30px;
	}
	.tableShapeUl{
		margin: 0 auto;
	    padding-top: 20px;
	    width: 600px; 
	    padding: 20px 50px 0;
	}
	.tableShapeLi{
		min-height: 20px;
		line-height: 20px;
		overflow: hidden;
	}
	.tableShapeSpan{
		display: block;
		float: left;
		width: 200px;
		text-align: right;
		font-size: 14px;
	    font-weight: normal;
	    height: 20px;
	    line-height: 20px;
	    padding: 6px 0;
	}
	.tableShapeInput{
		float: left;
		width: 250px;
		margin-left: 45px;
	    display: inline-block;
	    height: 20px;
	    padding: 4px 6px;
	    margin-bottom: 10px;
	    font-size: 14px;
	    line-height: 20px;
	    color: #555;
	    vertical-align: middle;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}
	.closeTableShape{
		display: block; float: right;width: 12px;height: 12px;margin: 15px 8px 0 6px;cursor: pointer;line-height: 10px;
	}
	.tableShadeBtn{
		text-align: right;
		padding-right: 50px;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	button{
		cursor: pointer;
		border-width: 1px;
		padding: 3px 10px;
	}
	.tableSaveBtn{
		background: url(../img/skin_/dialog/topcenter.png) repeat;
		color: #fff;
		/*border: 0;*/
		position: absolute;
		right: 110px;
	}
	.tableCloseBtn{
		right: 50px;
	}
	.layui-layer .layui-layer-title{
		color: #fff;
		background-color: #0080cc;
		font-size: 16px;
	}
	.layui-layer-iframe{
		max-height: 90%;
	}
	.layui-layer .layui-layer-setwin .layui-layer-close1{
		background: url(../js/skin/default/close.png) no-repeat;
		background-position: 0 0;
	}
