/*
.bpm-search form#searchform {
    display: block;
    position: relative;
}
.bpm-search form#searchform input#s {
	border: 1px solid #ccc;
	min-width: auto;
	font-size: 1em;
	color: black;
	padding: 5px 7px;
	display: inline-block;
	float: none;
	margin-right: 2%;
	width: 50%;
	height: auto;
	vertical-align: top;
}
.bpm-search form#searchform input#searchsubmit {
	min-width: auto;
	display: inline-block;
	float: none;
	width: 23%;
	margin: 0px;
	font-size: 15px;
    padding: 8px 10px;
}
.searchbox-icon {
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 999;
}	


.bpm-search-ybaw {
    min-width: 31px;
    height: 31px;
    overflow: hidden;
}
.bpm-search form#searchform input#s {
	margin-right: 0%;
	width: 70%;
}
.bpm-search form#searchform input#searchsubmit {
	width: 28%;
}

.bpm-search-ybaw .bpm-search-inner {
    display: inline-block;
    position: relative;
    min-width: 31px;
    width: 31px;
	height: 32px;
    overflow: hidden;
    background: white;    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}	
.bpm-search-ybaw .bpm-search-inner:hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    z-index: 999;
}
.bpm-search-ybaw .bpm-search-inner:hover .searchbox-icon {
	display:none;
}
*/