@charset "UTF-8";

#searchBox {
	text-align: left;
	width: 315px;
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* CSS Document */

#searchIcon {
	border: 0;
	position: relative;
	left: -25px;
	top: 1px;
}

#googleSearchBox {
	font-weight: normal;
	color: #999;
	width: 200px;
	height: 16px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#googleSearchBox .headerSearchOn {
	color: #000 !important
}
