body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 9pt;
}

.div {
	display: block;
	margin: 20px 20px 0px 20px;
	padding: 0px 0px 20px;
	/* border-bottom: 1px dotted #E6E9ED; */
}

.dir {
	font-size: 9pt;
	color: #434A54;
	border-bottom: 1px dotted #E6E9ED;
}

#title,#viptitle {
	display: block;
	margin: 10px 20px 8px;
	padding: 0px;
	position:relative;
	font-size: 9pt;
	color: #434A54;
	height:20px;
	font-weight: bold;
}

#viptitle {
	border-bottom: 1px dotted #E6E9ED;
	padding:2px 0px 7px;
}

#title .title1,#viptitle .title1{
	text-align:left;
	position:absolute;
	left:0px;
	
}

#title .title2{
	position:absolute;
	left:23%;
}

#title .title3{
	position:absolute;
	right:3%;
}

.cont{
	margin: 0px;
	padding: 0px;
	margin: 0px 20px 0px 20px;
}

.table {
	display: table;
	width: 100%;
	
}

.tbottom {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #E6E9ED;
	
}


.tablelast{
	border-bottom: 1px solid #E6E9ED;
}

.row {
	display: table-row;
	border: 1px dotted #E6E9ED;
	background-color: #FFF;
	/*height:30px;*/
}

/* #menuid1:first-child div  {
	border-top: 1px solid #E6E9ED !important;
}
 */


.col1 {
	display: table-cell;
	width: 22%;
	border-top: 1px dotted #E6E9ED;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	height:30px;
}

.col1 input[type='text']{
	width:150px;
	margin-top: 5px;
}
.col1_1 {
	display: table-cell;
	width: 22%;
	border-top: 1px dotted #E6E9ED;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	height: 30px;
}

.col1_1>input {
	position: absolute;
	left: 55px;
	width: 150px;
	vertical-align: top;
	margin-top: 5px;
}	
.col2 {
	display: table-cell;
	width: 70%;
	border-top: 1px dotted #E6E9ED;
	text-align: left;
	vertical-align: top;
	height: 30px;
	padding: 10px 5px 5px;
}

.col2 input[type='text']{
	width: 400px;
	margin-top: 5px;
}

.selinfo {
	border: 1px solid #E6E9ED;
	width: 150px;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 5px;
}

.selinfo1 {
	border: 1px solid #E6E9ED;
	width: 405px;
	margin-top: 5px;
}

.col4 {
	display: table-cell;
	width: 5px;
	border-top: 1px dotted #E6E9ED;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	height: 30px;
}

.treeimg {
	width:50px;
	height:30px;
}

.txtarea {
	width: 400px;
	height: 85px;
	margin: 5px 0px 10px;
}

.but{
	
	margin: 10px 20px 10px 20px;
}

.layer_down {
	cursor:pointer;
	display: inline-block;
    width: 21px;
    text-align: center;
}

.layer_up {
	cursor:pointer;
	display: inline-block;
    width: 21px;
    text-align: center;
}

.row_down {
	cursor:pointer;
	display: inline-block;
    width: 21px;
    text-align: center;
}

.row_up {
	cursor:pointer;
	display: inline-block;
    width: 21px;
    text-align: center;
}

#tijiao{
	background-color: #DD0000;
	color: #FFF;
	border: 0px;
	outline-style: none;
	width: 68px;
	height: 24px;
	font-size: 9pt;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;	
}

#tijiao:hover{
	background-color:  #F73500;
	
}

.create {
	background-color: #DD0000;
	color: #FFF;
	border: 0px;
	outline-style: none;
	width: 68px;
	height: 24px;
	margin: 0px 5px;
	font-size: 9pt;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;	
}

.create:focus,.create:hover,.typebtn1:hover,.typebtn1:focus,.typebtn2:hover,.typebtn2:focus,.typebtn3:hover,.typebtn3:focus {
	background-color:  #F73500;
	color: #FFF;
}

.menutype {
	float:right;
	margin-right:20px;
	margin-top: -3px;
}

.menutypebtn {	
	background-color: #FFF;
	color: #434A54;
	border: 0px;
	outline-style: none;	
	height: 24px;
	margin-left:10px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;
}

.typebtn1 {
	width: 75px;
}

.typebtn2 {	
	width: 75px;
}

.typebtn3 {
	width: 100px;
}

.viprow {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #E6E9ED;
}

input[type='checkbox']{	
	vertical-align: top;
	margin-top: 10px;
}

.chkspan {
	display:inline-block;
	margin-left:20px;
	line-height: 30px;
	vertical-align: top;
}

.viprow .imageurl img {
	width: 30px;
	height: 30px;
	margin-left: 25px;
	vertical-align: top;
}