/*css untuk form search */
#searchCell{
	width: 308px;
	height: 70px;
	float: left;
	text-align: right;
	overflow: hidden;
	background: url(../images/header_03.gif) no-repeat;
}
#searchCell form {
	padding-right: 10px;
	padding-top: 12px;
}
input.searchButton, input.searchText{
	border: 0px;
	background-color: #fff;
	color: #445461;
}
input.searchText {
	font-size: 11px;
	background: url(../images/bgSearch.gif) left no-repeat;
	padding: 5px 4px 5px 4px;
}
input.searchButton{
	width: 26px;
	background: url(../images/goBtn.gif) left no-repeat;
	padding: 5px 4px 4px 4px;
}	
