#opensearch_box {
  width: 100%;
  height: 30px;
  background: url(http://static.search.canoe.ca/s-toile/img/opensearch/bg.gif) repeat-x #fff;
}
  #opensearch_box .ajouter_text {
    width: 250px;
    _width: 275px;
    display: inline;
    line-height: 30px;
    padding-left: 25px;
    color: white;
    font-weight: bold;
    float: left;
  }
  #opensearch_box .textbox {
    background: url(http://static.search.canoe.ca/s-toile/img/opensearch/textbox.gif) no-repeat;
    display: inline;
    width: 195px;
    height: 22px;
    float: left;
    overflow: hidden;
    margin-top: 3px;
  }
  #opensearch_box .selectbox {
    background: url(http://static.search.canoe.ca/s-toile/img/opensearch/selectbox.gif) no-repeat;
    width: 35px;
    height: 22px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 3px;
    margin-left: 5px;
  }
  #opensearch_box button {
    background: url(http://static.search.canoe.ca/s-toile/img/opensearch/ajouter_btn.gif) no-repeat;
    border: 0;
    width: 67px;
    height: 19px;
    float: left;
    display: inline;
    margin-top: 5px;
    margin-left: 15px;
  }
  #opensearch_box .fermer {
    float: right;
    text-align: right;
    width: 150px;
    margin-right: 10px;
    display: inline;
    color: white;
    height: 30px;
    padding-top: 8px;
  }
  #opensearch_box  a {
    color: white;
    text-decoration: none;
  }
  #opensearch_box .fermer img {
    display: inline;
    position: relative;
    top: 1px;
  }

