.CobjectSelect_selectTree_input {
	position:relative;
	text-align:left;
}
.CobjectSelect_selectTree_input #autoSearch {
	height:21px;
	width:100%;
	box-sizing:border-box;
	line-height:19px;
	padding:0px;
	border:solid 1px #888;
}
.CobjectSelect_template_select_input {
	position:relative;
}
.CobjectSelect_template_select_input #createButton,
.CobjectSelect_template_select_input #null {
	padding:0 3px;
	margin:0;
	height:100%;
	border:none;
	border-left:solid 1px #aaa;
	box-sizing:border-box;
	-webkit-appearance:none;
}
.CobjectSelect_template_select_input #createButton:hover,
.CobjectSelect_template_select_input #null:hover {
	background:#fff;
}
.CobjectSelect_template_select_input #createButton {
	padding:0 7px;
}