/*** Search DIV Style ***/

#sitesearch {
  position:absolute;
  left:790px;
  top:37px;
  width:200px;
  float:right;
}

#sitesearch .searchwrapper {
  margin-left: 8px;
  margin-top: 9px;
  position: relative;
  width:200px;
}

#sitesearch .searchwrapper .left {
  background:url("../images/sitesearch/other/left.png") no-repeat scroll left top transparent;  /* imagem da esquerda */
  position:absolute;
  display:block;
  width:13px;
  height:29px;
  top:0;
  left:0;
}

#sitesearch input.searchinput{
  background:url("../images/sitesearch/other/center.png") repeat-x scroll center top transparent;  /* imeagem de fundo (centro) */
}

#sitesearch .searchwrapper .right {
  background:url("../images/sitesearch/other/right.png") no-repeat scroll right top transparent; /* imagem da direita */
  position:absolute;
  display:block;
  width:29px;
  height:29px;
  right:0;
  top:0;
  cursor:pointer;       /* exibir como link no FF */
  cursor:hand;          /* exibir como link no IE */
}

#sitesearch .searchwrapper input {
  padding-top/*\**/:7px\9;               /*hack para o ie 8 */   /* centralizar fonte no input */
  *padding-top:7px;                      /*hack para o ie 7 */   /* */
  _padding-top:7px;                      /*hack para o ie 6 */   /* */
  color:#7E7E7E;
}

#sitesearch .searchwrapper input.searchinput {
  border:0;
  margin:0px 13px 0px 13px;
  margin/*\**/:-1px 13px 0px 13px\9;
  right:27px;           /* ajuste do input em relacao ao left - right  other style */
  top:0;
  width:160px;          /* largura da caixa de pesquisa */
  font-size:11px;
}

#sitesearch input.searchinput {
  padding:8px 0px 8px 0px;
  margin-left:8px;
  margin-top:9px;
  width:140px;
}

#busca_destaque {
  border:1px solid #AAAAAA;
  background-color:#E6E3E4;
  padding:2px;
  margin-top:0px;
  margin-left:25px;
  margin-bottom:15px;
}

.search-label {
  position:absolute;
  margin:5px 0px 8px 13px;
  cursor:text;
  color:#7E7E7E;
  background-color:#ffffff;
}
