.wbselectbox {
	border: 1px #cccccc solid;
	cursor: pointer;
}

.wbselectimg {
	font-size: 13px;
	color: #bbbbbb;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

.wbselectoption {
	position: absolute;
	border: 1px #e4e4e4 solid;
	border-top: none;
	position: absolute;
	left: 0px;
	background-color: #ffffff;
}

.wboptionsty01 {
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	color: #666666;
}

.wboptionsty02 {
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	color: #666666;
	background-color: #eeeeee;
}

.wbseltoftext {
	color: #444444;
	font-size: 14px;
	padding-left: 10px;
}

.upimgtd {
	color: #444444;
	font-size: 14px;
	border-bottom: 1px #eeeeee solid;
}

.divfilebutton01 {
	width: 60px;
	height: 25px;
	border: 1px #cccccc solid;
	line-height: 25px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	font-size: 12px;
	background-color: #ffffff;
	margin-left: 10px;
	float: left;
}

.divfilebutton02 {
	width: 60px;
	height: 25px;
	border: 1px #cccccc solid;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	background-color: #056dae;
	margin-left: 10px;
	float: left;
}

.treemosestyle01 {
	cursor: pointer;
	border: 1px #ffffff solid;
}

.treemosestyle02 {
	background-color: #f3f8ff;
	cursor: pointer;
	border: 1px #d5e5f5 solid;
}

.treemosestyle03 {
	background-color: #eaf5ff;
	cursor: pointer;
	border: 1px #bfdaf4 solid;
}

.showbigimgbox {
	width: 180px;
	height: 200px;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	display: none;
}

.showbigimgbox img {
	width: 180px;
	height: 200px;
}

/*==================下拉框自动补全-开始=====================*/
.showautocontentpage{
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 50px;
	background-color: #ffffff;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
	z-index: 99999;
	padding: 15px;
	display: none;
	border-radius: 8px;
}
.showautocontentpage .item{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #444444;
	text-align: left;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
}
.showautocontentpage .error {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #c2c2c2;
    text-align: center;
    width: 100%;
}
.showautocontentpage .on{
	color: #ff8000;
}
/*==================下拉框自动补全-结束=====================*/


