#googleForm
{
	display: none;
	position: relative; 
	margin:0 auto 2em auto;
	font-family: Arial;
	text-align: left;
	height:40px; 
	width:260px;
}

#googleForm #searchText
{
	font-weight:bold;
	font-size: 12px;
	font-style: Regular;
	font-family:Arial;
	color:#666666;
	width: 200px;
	top: 5px;
	position: absolute; 
}

#googleForm #submit
{
	height: 30px; 
	width: 55px;
	padding-top: 0px; 
	overflow: hidden; 
	position: absolute; 
	top: 0px; 
	left: 205px;
	border: 0px;
	cursor: hand;
	background: transparent;
	background:url(../images/SearchButton.png); 
}
