/******************/
/***   Search   ***/
/******************/
.search_btn {
	text-align:center;
	width:100px;
	font-weight:bold;
	background:#ccc;
	background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#eeeeee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f5f5f5),
		to(#eeeeee));
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #ccc;
}
.search_btn a{
	color:#555;
	display:block;
	padding: 5px 15px;
}

.search_holder{
	background:url(../../../images/skin_1/page/icons/search_blue.png) 0px 15px no-repeat;
	width:90px;
    height:22px;
	text-align:center;
	padding-top:15px;
	margin-bottom:5px;
	color:#fff;
	margin-bottom:10px !important;
}

.search_holder a{
	line-height:22px;
	color:#000;
	display:block;
}

.search_table{
	margin-top:2px;
	display:none;
	position:relative;
	left:0px;
	top:10px;
	text-align:left;
	background:#ccc;
	background: -moz-linear-gradient(
		top,
		#eee 0%,
		#ccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eee),
		to(#ccc));
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	padding:0px 5px 5px 5px;
	border: 1px solid #ccc;
	z-index: 100;
}

.search_table table{
	padding:4px;
	margin:0px;
	color:#000 !important;
	border:none;
}

.search_table table tr{
	border:none;
}

.search_table table tr td{
	border:none;
}

.search_table th{
	color:#000;
}
