	 
/* table gundong*/
/*所有内容都在这个DIV内*/  
        div.all {  
            width: 100%;
            clear: right;  
        }  
        .table-th {   /*这个是表头部分的CSS样式！！！*/
	height:30px;
	line-height:30px;
    width: 100%;
    border-collapse: separate;
  	*border-collapse: collapse;
 	 border-left: 0;
    border-bottom:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}  


	.table-th   th,
	.table-th  td {
 	 border-left: 1px solid #dddddd;
}

	.tabl-th  caption + thead tr:first-child th,
	.table-th  caption + tbody tr:first-child th,
	.table-th  caption + tbody tr:first-child td,
	.table-th  colgroup + thead tr:first-child th,
	.table-th  colgroup + tbody tr:first-child th,
	.table-th  colgroup + tbody tr:first-child td,
	.table-th  thead:first-child tr:first-child th,
	.table-th  tbody:first-child tr:first-child th,
	.table-th  tbody:first-child tr:first-child td {
  border-top: 0;
}


        /*表头在这个DIV内*/  
        div.title {  
            width: 100%;  
        }  
        /*内容在这个DIV内*/  
        div.content {  
            width: 100%;  
            overflow: scroll;  /*总是显示滚动条*/  
            overflow-x: hidden; /*去掉横向滚动条*/  
            height: 500px;  
        }  
        div.title_left {  
            float: left;  
            margin-right: 17px;  
        }  
        div.content_left {  
            float: left;  
        }  
          
        .main_table {  
            width: 100%;  
            border: 1px solid #ddd;  
            border-collapse: collapse;  /*边线与旁边的合并*/    
            table-layout:fixed;
            text-align: center;  
        }  
        .main_table tr th {    
             Word-break: break-all;/*必须*/  
        }    
        /*单元格样式*/    
        .main_table tr td {    
             Word-break: break-all;/*必须*/    
        }    
	/*submit*/	
	.cxbuttom{
		position:relative;
		left:500px;
		top:-70px;}


