@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
	#header-nav form input.submit {
	position: relative;
	top: -15px;
	}
	#header-nav p {
	margin: 0px;
	position: relative;
	top: -15px;
	}
}
