div#ReSearchFormWrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 100px;
}

div#ReSearchForm {
    position: relative;
    float: right;
    width: 240px;
    height: 100px;
    background: url(../img/frame.png) no-repeat;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}
div#ReSearchForm a.HelpBtn {
    display: none;
}
div#ReSearchForm a.CloseBtn {
    position: absolute;
    right: 20px;
    top: 5px;
}
div#ReSearchForm a.ReSearchLink {
    display: block;
    position: relative;
    z-index: 2;
    width: 232px;
    height: 87px;
    text-align: center;
    text-decoration: none;
    color: #424242;
}
div#ReSearchForm a.ReSearchLink:hover {
    text-decoration: underline;
    color: #009;
}
div#ReSearchForm a.ReSearchLink span {
    display: block;
    padding: 5px 5px 5px 20px;
    margin: 29px 15px 0 5px;
    text-align: left;
    font-weight: bold;
}
div#ReSearchForm a.ReSearchLink span {
    background: #fff url(../img/search.gif) no-repeat 0 5px;
    border-color: #46b1da;
    border: 1px solid #46b1da;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div#ReSearchForm a img {
    border: 0;
}

