#search {
	text-align: center;
	height: 60px;
	background: transparent url(images/search.gif) no-repeat scroll center top;
	width: 249px;
	margin: 15px 0 0 0;
	float: left;
}
	/*
	position:relative;
	float: right;
	width:476px;
	z-index:900;
	padding-right: 15px;
	_margin-top: 42px;
}

#search img {display: none;}
*/
#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}

#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#search select {
	border: 0px solid #006699;
	height: 18px;
}
#search textarea {
 	border: 1px solid #006699;
	height: 16px;
}

/*
#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}*/

/* this is the search box */
#ajaxSearch_input {
    width: 150px; /* 165px; */
    height: 16px;
	 margin-top:18px;
}

#ajaxSearch_submit{
	width: 53px !important;
   height: 23px !important;
	padding: 0;
   margin: 0 !important;
	margin-left: -1px;
   border: 0 !important;
   background: transparent url(images/search_button.jpg) no-repeat scroll center top; 
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   /*position: absolute; center top
   padding: 55px 0 0 !important;
   top: 0px;
   left: 400px;*/
}

#ajaxSearch_output {
	background: #0E4A86;
   color: #fff;
   -moz-opacity:0.95 !important;
   opacity:0.95 !important;
   filter: alpha(opacity=95) !important;
   position: relative;
	margin-left: 15px;
   width: 165px !important;
   z-index: 1;
   border: 0;

}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 100% !important;
}
#ajaxSearch_output a:hover{ background-color: #B79C64; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging {
	margin: 0 0 0 10px;
 }

.ajaxSearch_paging a {
	text-decoration: underline;
 }

.ajaxSearch_resultLink {
	margin: 0 0 0 10px;
	text-decoration: underline;
	font-weight: bold;
}

.ajaxSearch_extract {
	margin: 0 0 15px 10px;
}

.ajaxSearch_resultsInfo {
	margin: 0 0 15px 10px;
	font-style: italic;
	color: #EE7900;
}

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    padding: 5px 10px 7px;
    margin: 0;
}

.AS_resultLink {
 text-decoration: underline;
 padding: 0;
 margin: 0;
}

.AS_ajax_resultDescription {
 color: #888;
}
.AS_ajax_more { color: #555; }
.AS_intro { display: none;}

#ajaxSearch_resultListContainer {
    margin: 10px 0 0 0;
}

#dirsearch-txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 21px;
	color: #4E5760;
	font-size: 13px;
	line-height: 23px;
}

#dirsearch-inp {
	position: absolute;
	top: 0px;
	left: 123px;
	width: 201px;
	height: 18px;
}

#dirsearch-btn {
	position: absolute;
	top: 0px;
	left: 329px;
	width: 70px;
	height: 21px;
}

#dirsearch-txt2 {
	position: absolute;
	top: 3px;
	left: 405px;
	width: 170px;
	height: 21px;
	color: #4E5760;
}

#dirsearch-txt2 a {
	color: #4E5760;
}

#join {
	position: relative;
}

#join-inp {
 margin-top: 5px;
 width: 158px;
 height: 18px;
}

#join-btn {
 margin-top: 5px;
 width: 120px;
 height: 21px;
}