@charset "UTF-8";
/* CSS Document */

#header #search{
	float:right;
	width:160px;
	margin-top:5px;
	height:39px;
	padding:8px 27px 6px 11px;
	background:transparent no-repeat left top;

}

#header #search input{
	background:transparent;
	width:114px;
	font:12px "Trebuchet MS", sans-serif;
	margin-right:4px;
	margin-top:1px;
	float:left;
	color:#545351;
	border:none;

}

#header #search input:focus, #header #search input:hover{
	color:#000000;

}

#header #search button{
	height:24px;
	padding:0px;
	width:24px;
	border:none;
	position: relative;
	left: 0px;
	top: 0px;
	background: transparent;

}
#header  #search  button    {
	background-position:0;
	cursor:pointer;

}
