div.div_customse {
	text-align:center;	
	height: 80px;
}

div.div_inputse {
	float:left;
	padding-left: 25px;	
}

.div_inputse input {
	width: 130px;
}

div.div_buttonse {
	text-align: right;
	padding-right: 30px;
	padding-top: 2px;	
}


fieldset.search_customse {
	border: none;
	width: 160px;
	margin: 0 auto;
	background: #BFBC9D;
	text-align: left;
}
.search input, .search_customse button {
	border: none;
	float:right
	
}
.search_customse_old input.box {
	color: #333333;
	font-size: 14 pt;
	width: 100px;
	height: 25px;
	padding: 7px 7px 0;
	
	background: #616161 url(images/searchin_bg.gif) no-repeat;
	
	border: none;
}
.search_customse_old input.box:focus {
	background: #616161 url(images/searchin_bg.gif) no-repeat left -38px;
	outline: none;
}
.search_customse button.btn {
	width: 38px;
	height: 38px;
	border: none;
	cursor: outline-style;
	text-indent: -9999px;
	background: #fbc900 url(images/searchin_bg.gif) no-repeat top right;
}
.search_customse button.btn:hover {
	background: #fbc900 url(images/searchin_bg.gif) no-repeat right -38px;
}