/*css untuk form search */
#searchContainer{
	width: 235px;
	float: right;
	display: block;
	margin: 0px;
	height: 24px;
	padding-top: 5px;
}
#searchCell{
	color: #3c7703;
	display: inline;
	font-weight: bold;
}
#searchCellHeader{
	height: auto;
	visibility: hidden;
}
#searchCellBottom{
	height: auto;
	visibility: hidden;
}

input.searchButton{
	border: 1px solid #e7e7e7;
	background-color: #e7e7e7;
	color: #3c7703;
	font-size: 11px;
	font-weight: bold;
	margin-left: -3px;
	cursor: pointer;
	width: 30px;
	padding-top: 2px;
	padding-bottom: 1px;
}
*html input.searchButton{
	padding-top: 1px;
}
input.searchText{
	width: 150px;
	border-top: 1px solid #4d4c51;
	border-left: 1px solid #4d4c51;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	color: #333;
}
a.searchLink{
	color: #000;
}
a.searchLink:hover{
	color: #f90;
}



#searchContainer2{
	margin-bottom: 10px;
	width: 450px;;
}

#searchCellHeader2{
	background:url('../images/stdHeader.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 10px 8px 6px 10px;
	height: auto;
	border-bottom: 1px solid #274A75;
}
#searchCell2{
	border-left: 1px solid #274A75;
	border-right: 1px solid #274A75;
	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%;
	}