.searchform	{
	margin-top:20px;		
}
	.searchform .input-text {
		width:150px;
		border:1px solid #8a8a8a;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:18px;
		height:18px;
		padding-left:3px;
	}
	.searchform .input-button {
		width:33px;
		height:33px;
		border:none;
		background:url(images/search.gif) center center no-repeat;
		cursor:pointer;
	}