/*css untuk form search */
#searchContainer{
	margin: 0px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 5px;
}
#searchCell{
	color: #4a4a4a;
	display: inline;
	font-weight:bold;
	padding: 0px;
}
#searchCellHeader{
	display:none;
}
#searchCellBottom{
	height: 5px;
	display:none;
}
input.searchButton{
	width: 20px;
	height: 20px;
	background: url(../images/go.gif);
	color: #fff;
	border: 0px;
	font-weight:bold;
	cursor: hand;
}
input.searchText{
	width: 160px;
	border: 1px solid #000;
	background-color: #fff;
	color: #3e5131;
	font-weight: lighter;
	padding-left: 4px;
}
a.searchLink{
	color: #4a4a4a;
}
a.searchLink:hover{
	text-decoration: underline;
}

#searchContainer2{
	margin-left: 10px;
	width: 450px;
}
#searchCellHeader2{
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4a4a4a;
	padding: 6px 8px 6px 10px;
	height: auto;
}
#searchCellHeader3{
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4a4a4a;
	padding: 6px 8px 6px 10px;
	height: auto;
}
#searchCell2{
	padding: 4px 10px 4px 10px;
}
#searchCell3{
	padding: 4px 10px 4px 10px;
}
#searchCellBottom2{
	text-align: center;
	padding-bottom: 10px;
}
#searchTitle{
	font-size: 11px;
	font-weight: bold;
}

.searchResult{
	padding: 4px;
	border: 1px solid #ddd;
	line-height: 140%;
	}