/*
 * $Id: searchForm.css,v 1.13 2007/07/11 15:20:09 tcouch Exp $
 *
 * Style settings for the search area that are specific to brunei.
 */

#searchFormBox .field select {
    width: 180px;
}

#searchFormBox .submitButton {
}

#searchFormBox .topRow {
    background-image:  url('../../images/brunei/boxBackgrounds/searchFormBoxTop.gif');
    background-repeat: no-repeat;
    height: 10px;
    font-size: 0px;
}

#searchFormBox  .middleRow{
    background-image:  url('../../images/brunei/boxBackgrounds/searchFormBoxMiddle.gif');
    background-repeat: repeat-y;
    height: 53px;
    margin-top: -1px;
    padding-left:10px;
    padding-right: 7px;
    margin-bottom: -1px;
}

#searchFormBox  .bottomRow {
    background-image:  url('../../images/brunei/boxBackgrounds/searchFormBoxBottom.gif');
    background-repeat: no-repeat;
}

#searchFormBox td {
    padding-left: 10px;
}

#activChoiceBoxTopRow {
    background-image:  url('../../images/brunei/boxBackgrounds/activChoiceBoxTop.gif');
    background-repeat: no-repeat;
    height: 13px;
    font-size: 0px;
}

#activChoiceBoxMiddleRow {
    background-image:  url('../../images/brunei/boxBackgrounds/activChoiceBoxMiddle.gif');
    background-repeat: repeat-y;
    height: 73px;
    margin-top: -1px;
    padding-left:10px;
    padding-right: 7px;
    margin-bottom: -1px;
}

#activChoiceBoxBottomRow {
    background-image:  url('../../images/brunei/boxBackgrounds/activChoiceBoxBottom.gif');
    background-repeat: no-repeat;
}
