.search-article{
	position: relative;
	margin: 0px 5px;
}
.search-h2{
	position: relative;
	color: #0070d9;
	line-height: 2em;
	text-indent: 5px;
	margin-bottom: 10px;
	border-top: 3px #0070d9 solid;
	border-bottom: 3px #0070d9 solid;
	background: #FFF;
}
/*
.search-h2:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 50%;
	height: 3px;
	background-color: #FF5300;
}*/

/* ============================================================ mymenu1、mymenu2 */
.mymenu1-form{
	margin: 10px 5px;
}
.search-table{
}
.search-thead-td{
	font-size: 80%;
	padding: 5px 0;
	color: #A66200;
}
.search-th{
	padding: 5px 5px 10px 5px;
	width: 6em;
	background-color: #EDEDED;
	color: #151515;
	white-space: nowrap;
	border: 1px #FFF solid;
}

.search-td-col2{
	padding: 5px 0px 10px 0px;
}
.search-td{
	padding: 5px 5px 10px 5px;
	border: 1px #FFF solid;
}
.text_type{/*mymenu1-text*/
	padding: 0;
	border: 2px #CCC solid;
	height: 1.8em;
	line-height: 1.8em;
	width: 11em;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
.text_type-s{width: 2em;}
.text_type:focus{
	border: 2px #555 solid;
}
.selectable{/*mymenu1-select*/
/*	height: 1.8em;*/
/*	line-height: 1.8em;*/
	width: 11em;
}
.mymenu-tfoot-td{
	padding: 10px 0;
	text-align: center;
}
.mymenu-tfoot-button{
	display: block;
	/* padding: 0; */
	margin: 10px auto;
	width: 100%;
	/* height: 2em; */
	line-height: 1.8em;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 1px #AAA;
	font-weight: bold;
	font-size: 110%;
	border: none;
	border-right: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
/*	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);*/
/*	-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.4);*/
	background-color: #00488D;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2967A3), to(#00488D));
	background: -moz-linear-gradient(#2967A3, #00488D);
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	padding:8px;
}
.mymenu-tfoot-button-wrap{
	margin: 0 2px;
}
.mymenu-btn-ul{
	margin: 5px 1px;
}


















