#search-form {
    position: relative;
    background: #f2f2f2 url(/media/images/lt-regist.gif) no-repeat top left;
    margin: 0;
    padding: 0px;
}

*+html #search-form {
    padding-bottom: 1px;
    overflow: hidden;
}

#search-form-left {
    background: url(/media/images/lb-regist.gif) no-repeat bottom left;
    padding-left: 10px;
}

#search-form-right {
    background: url(/media/images/rt-regist.gif) no-repeat top right;
}

#search-form-bottom {
    background: url(/media/images/rb-regist.gif) no-repeat bottom right;
    padding-right: 10px;
    padding-bottom: 25px;
}

*+html #search-form-bottom{
    margin-bottom: -1px;
    overflow: hidden;
}

#search-header, #search-content {
    padding: 0px;
    margin: 0px;
}

#search-header {
    height: 29px;
    position: relative;
}

#search-caption {
    display: inline;
    float: left;
    background: url(/media/images/listhead-right.gif) no-repeat bottom left;
    margin-left: 4px;
    padding-left: 10px;
    height: 29px;
}

#search-caption-right {
    float: left;
    background: url(/media/images/listhead-left.gif) no-repeat bottom right;
    height: 29px;
    padding-right: 10px;
}

#search-caption-content {
    float: left;
    background: url(/media/images/listhead-back.gif) repeat-x;
    height: 19px;
    color: #626c77;
    padding: 0 44px;
    text-transform: uppercase;
    padding-top: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

* html #search-caption-content {
    margin-bottom: -1px;
}

#search-tab-tl {
    position: relative;
    background: white url(/media/images/lt-regtab.gif) no-repeat top left;
}

* html #search-tab-tl {
    padding-bottom: 1px;
}

*+html #search-tab-tl {
    padding-bottom: 1px;
}

#search-tab-tr {
    background: url(/media/images/rt-regtab.gif) no-repeat top right;
}

#search-tab-bl {
    background: url(/media/images/lb-regtab.gif) no-repeat bottom left;
    padding-left: 10px;
}

#search-tab-br {
    background: url(/media/images/rb-regtab.gif) no-repeat bottom right;
    padding-right: 10px;
}

#req-announce {
    color: #f9501b;
    float: right;
}

#search-form form {
    margin: 0;
    padding: 0;
}

#submit-block {
    padding: 10px 0px;
}

#form-buttons {
    text-align: right;
}

#form-buttons input.btn {
}

#search-form h3 {
    color: #376a87;
    background: url(/media/images/blue-band.gif) no-repeat left bottom;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

#search-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

#search-form table td {
    font-size: 11px;
}

#search-form table input {
    width: 220px;
    border: solid 1px #9ab2c8;
}

#search-form table select {
    width: 222px;
    border: solid 1px #9ab2c8;
}

*+html #search-form table select {
    width: 224px;
}

* html #search-form table select {
    width: 224px;
}

#search-form input.btn {
    width: 100px;
}