#header .search-block-form {
	float: left;
	padding-top: 10px;
	margin: 0 20px;
}

#header .search-block-form form{
	margin-bottom: 0;
}

#header .search-block-form form input{
	margin-bottom: 0;
	height:20px;
}

#header .search-block-form form .form-submit{
	padding: 7px;
	margin:3px;
	border:none;
	text-indent: -1000px;
	background: url("../../images/artra-css-sprite.png") no-repeat;
	background-position: -45px -150px;
	width: 15px;
	height: 15px;
}

#header .search-block-form form .form-submit:hover{
	background: url("../../images/artra-css-sprite.png") no-repeat;
	background-position: -60px -150px;
}

#header .search-block-form .form-item,
#header .search-block-form .form-actions {
	display: table-cell;
	vertical-align: top;	
}
