#layerPopupType{
	padding:20px; 
/*	border:4px solid #ddd; */
	border:4px solid #828282; 
	position:absolute; 
	background:#fff;
	z-index:1;

	left: 50%;
	margin-left: -20%; /* half of width */
	top: 0;
	margin-top: 100px; /* half of height */
	overflow: auto;  
}

#layerPopupType button{
  cursor:pointer;
}


#layerTable1 tbody tr, #layerTable1 tbody tr td, th{ height:23px; line-height:10px; padding:0px; border-color:#FFF;}

/*.valignT.depth2 {width:20px;}*/
#type2Table{ width:100%;}
.t10{width:10px;}