
.bg_left_menu{
 cursor:pointer;
 position:absolute;
 z-index:10000;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background-color:#591112;
}
.site-left-search-bar {
   background-image: url(/Images/left/new/left-search-bar3a.png);
   width: 123px;
   height: 26px;
   margin-left: 10px;
   margin-bottom: 5px;
   border: none;
}
.site-left-search-bar-btn {
  background-image: url(/Images/left/new/left-search-bar-btn.png);
   width: 19px;
   height: 19px;
   cursor: pointer;
   margin-top: 5px;
   margin-left: 6px;
   background-repeat: no-repeat;
   border: none;
}
.site-left-search-bar-input {
   left: 30px;
   border: none;
}
.site-search-bar-field
{
   FONT-WEIGHT: bold;
   FONT-SIZE: 11pt;
   PADDING-BOTTOM: 1px;
   COLOR: #990000;
   height: 20;
   PADDING-TOP: 1px;
   border : none;
   background-color : transparent;
   outline:none;
}



/* -------------------new left-menu--------------------------------------------- */

.site-left-search-bar {
  background-image: none !important;
}
.site-search-bar-field {
  background-color: #fff !important;
  border-radius: 20px;
}
.new_search_block{
  width: 123px;
  height: 23px;
  position:relative;
}
.new_search_block a{
  width:23px;
  height:23px;
  position:absolute;
  left:0px;
  top:0px;
}
.new_search_block .site-search-bar-field{
  display:block;
  width:100%;
  height:100%;
  padding-left:30px;
}
