form.search {
	border: 1px solid #cbcbcb;
	padding: 3px;
	border-radius: 3px;
	background: #e1e1e1;
}

.header-form {
	padding-right: 30px;
	padding-left: 30px;
}
.header form {
	margin-top: 20px;
	width: 100%;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	box-sizing: border-box;
}
.header form input[type="text"] {
	float: left;
	margin-right: 10px;
	padding: 0 5px 0 5px;
	width: 77%;
	height: 28px;
	border: 1px #e1e1e1 solid;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	line-height: 28px;
	background: #e1e1e1;
}
.header form input[type="text"]:focus {
	/*border: 1px #000000 solid;*/
}
.header-form-submit {
	float: right;
	width: 19%;
	height: 30px;
    background: url(/images/topsea.png) repeat-x;
	border-radius:3px;
}
.header-form-submit span {
	display: block;
	background: rgba(255, 255, 255, 0);
	transition-duration: 500ms;
	transition-property: background;
}
.header form input[type="submit"] {
	width: 100%;
	height: 30px;
	padding-bottom: 1px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	cursor: pointer;
	background: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}