#title-search-input {
	width: 200px;
	height: 19px;
	border: 0px;
	background: transparent;
	padding:1px 8% 1px 4%;
    border-radius:10px;
	background: #fff;
	width: 88%;
	height: 19px;
}

form#search {
	position: relative;
}

.search-form-btn-submit {
	position: absolute;top:0;
	right: 0;
	background: url(/images/search-lupa.png) center no-repeat;
	width: 25px;
	padding: 1px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}