#productSearch {
	float: left;
        position: relative;
	padding: 10px 0;
        width: 300px;
}
#productSearch label {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 5px 0 0;
}
#searchinput {
    font-size: 12px;
	 width: 125px;
}
#searchbutton {
	font-size: 12px;
}
