input {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #555860;
}
.zoom_searchbox {
  position: relative;
  margin: 0 auto;
  width: 200px;
}
input.zoom_searchbox {
  height: 26px;
  width: 100%;
  padding: 0px 12px 0 25px;
  background: white url("../img/search.webp") 8px 6px no-repeat;
  border: 1px solid;
  border-color: #a8acbc #babdcc #c0c3d2;
  border-radius: 13px;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px #fcfcfc;
  box-shadow: inset 0 1px #e5e7ed, 0 1px #fcfcfc;
}
input.zoom_searchbox:focus {
  outline: 0;
  border-color: #66b1ee;
  -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
  box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}
input.zoom_searchbox:focus + .zoom_searchbox-ac {
  display: block;
}

.zoom_ac_dropdown
{
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 13px;
    position: fixed;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    max-height: 150px;
	  background: #fdfdfd;
	  border: 1px solid;
	  border-color: #cbcfe2 #c8cee7 #c4c7d7;
	  border-radius: 3px;
	  background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
	  background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
	  background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
	  background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}

.zoom_ac_item
{
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
  	  left: 50%;
	  margin-left: -5px;
  border: 2px outset transparent;
  border-top:1px solid #C2E0EA;
}

.zoom_ac_item a { width: 100%; text-decoration: none; }
.zoom_ac_item a:hover { background-color: #C2E0EA; width:100%; text-decoration: none; }

.zoom_a_item
{
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
  	  left: 50%;
	  margin-left: -5px;
  border: 2px outset transparent;
  border-top:0px solid #C2E0EA;
}

.zoom_a_item a { width: 100%; text-decoration: none; }
.zoom_a_item a:hover { background-color: #C2E0EA; width:100%; text-decoration: none; }

.zoom_ac_item_hl
{
	padding: 1px;
    padding-left: 5px;
    color: #FFFFFF;
    background-color: #C2E0EA;
    text-decoration: none;
}
.zoom_ac_item_hl a:hover { background-color: #C2E0EA; width:100%; text-decoration: none; }

:-moz-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #a7aabc;
  font-weight: 200;
  line-height: 14px;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.lt-ie9 .zoom_searchbox input {
  line-height: 26px;
}

input.zoom_searchbox1  {
  line-height: 26px;
}

.searchheading{
font-weight: normal; color: #4b4745; font-family: georgia,serif; font-size: 165%; margin: 20px 20px 0px 0px
}

.result_block{
margin: 10px 0px 0px 0px
}

.result_altblock{
margin: 10px 0px 0px 0px
}

