#title {

	text-decoration:none; 
	margin-top:-20px;
	position:relative;
	top:58px;
	left:15px;
	z-index:400;
	border:0px;

}

#search_bar {

	padding:0px;

}

#search_button {

	float:left; 
	cursor:pointer;
	border: 0; 
	width:95px;
	height:34px;
	margin-top:0px;
	margin-left:3px;
	position:relative;
	background: url(images/search/search_button_up.png) no-repeat;
	z-index:1;

}

#search_button:hover {

	background: url(images/search/search_button_over.png) no-repeat;

}

#fieldHolder
{

	margin-right:10px;
	position:relative;
	width: 300px;
	height: 35px;
	background: url(images/search/search_up.png) no-repeat;
	float: right;
	z-index:1;
}

#fieldHolder:hover
{

	background: url(images/search/search_over.png) no-repeat;

}

#textInput
{

	position:relative;
	padding:0px;
	width: 170px;
	height: 30px;
	background: none;
	border: none;
	color: #666;
	margin-top: 1px;
	margin-left: 32px;
	font-size:15pt;
	float: left;
	outline: none;
	display:block;
	line-height:30px;
	
}