.D_S_Classification{
	margin:5px auto 0 auto;
	overflow:hidden;
	line-height:18px;
	font-size:12px;
}
	.D_S_Classification div:first-child{
		padding-left:10px;
		float:left;
		background-color:rgba(69,101,153,0.8);
		color:#fff;
		border-radius:9px 0 0 9px;
	}
	.D_S_Classification select{
		height:18px;
		line-height:18px;
		font-size:12px;
		color:#fff;
		border-radius:0 9px 9px 0;
		border-width:0px;
		background-color:rgba(69, 101, 153, 0.4);
	}


.S_I_I_Time_Frame{
	margin:5px auto 0 auto;
	min-width:300px;
	overflow:hidden;
	line-height:18px;
	font-size:12px;
}
	.S_I_I_Time_Frame #date_type{
		width:80px;
		height:18px;
		float: left;
		color:#fff;
		line-height:18px;
		font-size:12px;
		background-color:rgba(69, 101, 153, 0.4);
		border-radius:9px 0 0 9px;
		border-width:0px;
		direction:rtl
	}
	.S_I_I_Time_Frame #_start{
		width:calc(50% - 47px);
		height:18px;
		float: left;
		padding: 0;
		border-width:0px;
		font-size:12px;
	}
	.S_I_I_Time_Frame #_end{
		width:calc(50% - 47px);
		height:18px;
		float: left;
		padding: 0;
		border-radius:0 9px 9px 0;
		border-width:0px;
		font-size:12px;
	}

.I_S_I_Key_Word{
	margin:5px auto 0 auto;
	width:100%;
	float:left;
	border-radius:15px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:rgb(149, 149, 149);
	overflow:hidden;
}
.I_S_I_Key_Word:hover{
	transition:0.2s;
	box-shadow:0px 0px 3px #333;
}
	.I_S_I_Key_Word #key_word{
		height:23px;
		float:left;
		padding:0px 20px;
		border-radius: 0px;
		border-width: 0px;
		width:calc(100% - 180px);
	}
	.I_S_I_Key_Word #search_type{
		height:23px;
		float:left;
		color:#fff;
		background-color:rgba(69, 101, 153, 0.4);
		border-radius: 0px;
		border-width: 0px;
		width:80px;
	}
	.I_S_I_Key_Word #search_start{
		height:23px;
		float:left;
		color:#fff;
		font-size:16px;
		background-color:rgba(69, 101, 153, 0.7);
		border-radius: 0px;
		border-width: 0px;
		padding:0;
		width:100px;
	}
	.I_S_I_Key_Word #search_start:active{
		background-color:rgba(222, 166, 56, 1);
	}
	