

#SearchBox{
	margin: 0 auto;
	width: 700px;
	padding:0 150px;
	margin-bottom: 40px;
}

.blandSearch{
	border-bottom: 3px solid black;
	width: 325px;
	float: left;
	margin-right: 20px;
	height: 30px;
	position: relative;
	z-index: 999;

}


.blandSearch input{
	border:0;
	font-size:14px;
	color:black;
	margin:0;
	padding-top: 5px;
	width: 295px;
	margin-left: 8px;
}

.GSearch , .SSearch{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #000000;
	border-radius: 0 !important;
	cursor: default;
	float: left;
	font-family: "regular";
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	outline: medium none;
	position: relative;
	width: 130px;
	overflow: hidden;
	text-transform: uppercase !important;
}

.downIcon{
	float: right;
	right: 10px;
	position: absolute;
	z-index: 1;
}

#SearchBox select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/*
.customSelect {
    background: #2ecc71;
    border: 5px solid #239954;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}
*/

.customSelectInner{
	line-height: 34px;
	padding-left: 10px;
	overflow: hidden;
	width: 110px !important;
}

#SearchBox select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
} 

#SearchBox select::-ms-expand {
	display: none;
} 


.GSearch select , .SSearch select{


	font-size: 14px;
	z-index: 5;
	position: relative;
	width: 130px;
	border: 0;
	padding-left: 15px;
	line-height: 1.9rem;
	background: none;
	cursor: default;
	border-radius: 0 !important;
	font-family: "regular";
}

.GSearch  option , .SSearch  option{
	border: 1px solid black;
	outline: none;
	background: none;
	height: 1.9rem;
	cursor: default;
	width: 130px;
	border-radius: 0 !important;
}

.searchform-controls input{
	background-color: black;
	border: 0 ;
	width: 70px;
	height: 33px;
	line-height: 33px;
	color: white;
	font-family: "regular";
	font-size: 14px;
	
}

.searchform-controls{
	clear: none !important;
}

.searchform-input-wrapper{
	z-index: 99;
	position: absolute;
	top :2px;
	left: 20px;
}

.searchform-label{
	width: 55%;
	position: absolute;
	font-size: 12px;
	z-index: 1;
	left: 30px;
	top :3px;
}

.glassIcon{
	position: absolute;
	left: 5px;
	top : 5px;
}

.searchNoActive{
	background: none;
}