/* CSS Document */
.customInput
{
	border-collapse:collapse;
	display:inline-block;
	height:20px;
	width:170px;
	background-image:url(../images/searchBar.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	position:relative !important;
	top:0px !important;
}

.customInput input 
{
	border:solid 1px transparent;
	background-image:none !important;
	border-style:none;
	width:150px;
	height:14px;
	position:relative;
	top:2px;
	left:7px;
	font-size:12px !important;
	background-color:#fefefe;
	color:#999;
	padding:0px !important;
	margin:0px !important;
}

div#header span.customInput input {color:#999;}

