.searchword {
	color: #222;
	background-color: yellow;
	border: 1px dotted #aaa;
}

#adv_searchbox_tmpl {
	float: right; 
	width: 214px; 
	height: 36px; 
	text-align: right; 
	margin-top: -42px; 
	margin-right:12px; 	
	/*background-color: red;*/
	border: solid 2px #cb0822;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;	
  border-radius: 5px;
	box-shadow: 5px 5px 5px #999;
}
#adv_searchbox_tmpl_form {
	margin-right: 8px;
	margin-top: 3px;
}
#adv_searchbox_tmpl_input {
	float:left;
	width: 176px;
	height:26px;
	margin-left: 6px;
	border-color: transparent;
	font-size: 14px;	
}
#adv_searchbox_tmpl_input:focus {
	outline: none;
}


#adv_searchbox_tmpl_button{
	border:0px;
	margin-top: 8px;
}




#adv_search_result_input {
	width: 80%;
	height:26px;
	padding-left:6px;
	border: solid 2px #cb0822;
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;	
  border-radius: 5px;
	box-shadow: 5px 5px 5px #999; 
	/*background-color: red;*/
}

#adv_search_result_button{
	border:1px;
	margin-left: -26px;
	vertical-align: middle;
}
.adv_search_help {
	position: relative;
	background: #fff;
	margin-top: -20px;
	padding: 5px;
	z-index: 99;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;	
  border-radius: 5px;
	box-shadow: 5px 5px 5px #999;
}
#adv_search_help_icon {
	padding-left:6px;
	margin-bottom: -5px;
}

#help_tmpl {
	position: relative;
	padding: 0px;
	text-align:justify;
	width: 500px;
	margin-top: 24px;
	margin-left: -280px;
	z-index: 100;
	background: #fff;
	display: none;
}

#help_result {
	margin-top: 0;
	position: relative;
	z-index: 100;
}

.author{ /* DO NOT CHANGE unles you have purchased a license */
	color:#555555; 
	font-size: 10px; 
  line-height: 12px;
	text-align:right;
}
.author .logo  {
  color: #333;
}
.author .logo2  {
  color: red;
}
 