/* Panel right  Search------------------------------------------------------------------*/#search {	background: url(../../images/search_bg.jpg) no-repeat;	margin: 0;	width: 180px;	height: 60px;	padding-bottom: 10px;}#search h2{	color: #ffffff;	padding: 0;	margin: 0px 0 10px 0px;	font-size: 14px;}#search input#s  {	width: 130px;	height: 15px;	float: left;	background-color: #fff;	border: 1px solid #990000;	margin: 0px;	padding: 4px;}#search button#searchButton  {	background: #FFFFFF url(../images/go_button.png) no-repeat left top;	padding: 0px;	color: #FFFFFF;	border: none;	width: 31px;	height: 26px;	cursor: pointer;	text-indent: -9999px;	display: block;	float: right;}#search button#searchButton:hover  {	background-position: right top;}