#searchField #fieldContainer 
{
	margin: 0px;
	padding: 0px;
}

#searchField #fieldContainer #myField
{
	margin-left:-1px;
	margin-top:-1px;
	height:18px;
	float: left;
	width: 308px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0.2em 0 0.2em 0.5em !important /*Non-IE6*/; 
	padding:0.2em 0 0.3em 0.5em /*IE6*/;
}

#searchField #fieldContainer #googleSearch
{
	height:20px;
	width:auto;
	overflow:hidden;
	float:left;
	margin-left: -3px;
	border: 1px solid #857c76;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#searchField #fieldContainer #leftCurve 
{
	float: left;
	background-image: url('../images/search_bar_left.png');
	background-repeat: no-repeat;
	width:15px;
	height:20px;
	margin-top: 1px;
	background-position: left top;
}

#searchField #fieldContainer #mySearch 
{
	float: left;
	background-image: url('../images/search_bar_right_bg_s.png');
	background-repeat: no-repeat;
	width:23px;
	height:20px;
	background-position: left top;
	display:block;
	margin-left:-1px;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	color:#fff;
	font-size:1px;
}