/*css untuk form search */
#searchContainer{
	margin: 3px 10px 0px 0px;
	text-align: right;
	height: 20px;
	overflow: hidden;
}
#searchCell{
	color: #fff;
	display: inline;
	font-size: 10px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}
#searchCellHeader{
	display:none;
}
#searchCellBottom{
	height: 5px;
	display:none;
}
input.searchButton{
	border: 0px solid #000;
	background-color: #efefef;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	width: 22px;
	height: 16px;
	background: url(../images/searchBtn.gif) center no-repeat;
}
input.searchButton2{
	width: 60px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/bgBtnLong.gif) center no-repeat;
	padding-bottom: 2px;
}
input.searchButton2:hover{
	width: 60px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/bgBtnLong2.gif) center no-repeat;
	padding-bottom: 2px;
}
input.searchText{
	border: 1px solid #000;
	background-color: #fff;
	color: #313069;
	width: 100px;
	height: 16px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
}
input.searchText2{
	border-top: 1px solid #738498;
	border-left: 1px solid #738498;
	border-bottom: 1px solid #c0ccda;
	border-right: 1px solid #c0ccda;
	background-color: #fff;
	color: #183869;
}
select.searchSelect{
	border-top: 1px solid #738498;
	border-left: 1px solid #738498;
	border-bottom: 1px solid #c0ccda;
	border-right: 1px solid #c0ccda;
	background-color: #fff;
	color: #183869;
}
a.searchLink{
	color: #214598;
}
a.searchLink:hover{
	color: #c12226;
}



#searchContainer2{
}

#searchCellHeader2{
	font-weight: bold;
	color: #2b3a73;
	margin: 10px 0px;
}
#searchCell2{
	padding: 4px 10px 4px 10px;
}

#searchCellBottom2{
	text-align: center;
}
#searchTitle{
	font-size: 11px;
	font-weight: bold;
}

.searchResult{
	padding: 4px;
	border: 1px solid #ddd;
	line-height: 140%;
	}