.SearchFormWidget {
	float: right;
	padding: 0;
	margin: -2px 21px 19px 0;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2) inset;
	background: #fff;
	border: 1px solid #324c80;
	border-radius: 5px;
	width: 272px;
	height: 25px;
}
	.SearchFormWidget input {
		float: left;
		width: 226px;
		height: 20px;
		margin: 2px 0 0 16px;
		padding: 0;
		font-size: 14px;
		background: transparent;
		font-size: 14px;
    	line-height: 20px;
        border: 0px none;
	}
	.SearchFormWidget button {
		float: left;
		text-indent: -9000px;
		width: 17px;
		height: 17px;
		margin: 5px 8px 0 5px;
		padding: 0;
		font-size: 14px;
		background: transparent url("../images/find-icon.png") center center no-repeat;
        border: 0px none;
	}