.change {
	float: left;
	width: 30% !important;
}
.treeDrop{
	width: 100%
}
.treeDrop .dropdown-toggle{
	width: 100%;text-align: left;background-color: white;color: inherit;
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.treeDrop .dropdown-menu{
	/* width: 100%; */
	min-width: 100%;
}
.treeDrop .caret{
	float: right;
    margin-top: 6px;
}
.treeDrop .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover{
    background-color: white;
    border-color: #bababa;
    color: inherit;
}
.treeDrop .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: white;
    border-color: #bababa;
    color: inherit;
}
.search-col .treeDrop{
	padding: 0 0;
	border: none;
}
.search-col .treeDrop button{	
	border: 1px solid #e5e6e7;
}


/*--formtable �������������ʽ��tdtable TDǶ�׵�table����ʽ*/

.formtable{
	border:1px solid #e7e7e7;
	width:60%;
	margin-top: 10px;
}
.formtable td{
    padding: 4px 4px; 
}
.formtable label{
    color: #0066FF;
} 
.formtable input{
    height: 30px;
}
.formtable select{
    height: 30px;
}
.formtable .treeDrop{
	height: 30px;
}
.formtable .treeDrop .dropdown-toggle{
	 margin-top: -4px;
    height: 30px;
}
.formtable input[type=checkbox]{
    height: 25px;
}
.formtable input[type=radio]{
    height: 25px;
}

 
 
.formtable .treeDrop{
    height: 20px;
}

.tdtable{
	border:0px solid #e7e7e7;
	width:100%;
	margin-top: 0px;
}
.tdtable td{
    padding: 0px 0px;
    border:none;
}
.tdtable input{
    height: 25px;
}
.tdtable input[type=checkbox]{
    height: 25px;
}
.tdtable input[type=radio]{
    height: 25px;
}
.tdtable select{
    height: 25px;
}
#lab{
    padding: 0;
}
.label{
    margin-left: 0px!important;
    padding: 5px 8px;
    font-size: 14px;
}

