/*css untuk form search */
#searchContainer{
	margin: 0px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow: hidden;
	background: url(../images/bgsearch.gif) top left no-repeat;
}
*html #searchContainer{
	padding-left: 5px;
}
#searchCell{
	color: #313330;
	display: inline;
	font-weight:bold;
	padding-right: 4px;
	padding-left: 4px;
}
#searchCellHeader{
	display:none;
}
#searchCellBottom{
	display:none;
}

input.searchButton{
	border: 0px solid #333;
	background-color: #ef8320;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	width: 30px;
}
input.searchText{
	width: 130px;
	border-top: 1px solid #4e4c4d;
	border-left: 1px solid #4e4c4d;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
	color: #f90;
}
a.searchLink{
	color: #000;
}
a.searchLink:hover{
	color: #f90;
}



#searchContainer2{
	width: 530px;
}

#searchCellHeader2{
	background:url(../images/stdNewsIcon.gif) left no-repeat;
	background-position: 12px;
	font-weight: bold;
	color: #000;
	padding: 6px 8px 6px 38px;
	height: auto;
}
#searchCell2{
	padding: 4px 10px 4px 10px;
	background-color: #efefef;
}

#searchCellBottom2{
	text-align: center;
}
#searchTitle{
	font-size: 11px;
	font-weight: bold;
}

.searchResult{
	padding: 4px;
	border: 1px solid #ddd;
	line-height: 140%;
	}
