@CHARSET "utf-8";

.search_bg{
	margin-top: 5px;
	/*padding: 2px 50px 2px 50px;*/ 
	height: 37px;
	background: transparent url(images/search_bg.gif) no-repeat center top;
	text-align: center;
	
}

.search_bg2{
	padding-top: 6px;
	height: 99px;
	background: transparent url(images/search_bg2.gif) no-repeat;
}

.btn_search{
	background: transparent url(images/btn_search.png) no-repeat scroll center center;
	border: 0 none;
	color: black;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	height:100%;
/*	height: 30px;
	line-height: 30px;
	padding-bottom: 2px;*/
	text-align: center;
	vertical-align:middle;
	width: 100px;
}

.box{
	background-color: transparent;
	width: 100%;
}

.box th{
	background-color: #fea;
}
/* for search in database*/
#filters {
	/* background-color: #eee;*/
	background:transparent url(images/search_db_bg.jpg) no-repeat scroll 0 0;
	/*border: 1px dotted #d2d2d2;*/
	padding: 5px 4px 0px 4px;
	width: 99%;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 2em;
}

.hide_show_leftCol_r_focus {
	background:#f0f7f9 url(images/arrow_blur.gif) no-repeat scroll center center;
	cursor:pointer;
	margin-top: 10px;
	width:100%;
	height: 7px;
}
.hide_show_leftCol_l_blur {
	background:#f0f7f9  url(images/arrow_focus.gif) no-repeat scroll center center;
	cursor:pointer;
	width:100%;
	height: 7px;
	margin-top: 1px;
}	
/*for search end*/
