#homesearchContainer {
    background:url(images/homesearch-bg.gif) repeat-y top left;
}
#homesearchContainer .t {
    background:url(images/homesearch-bgt.jpg) no-repeat top left;
}
#homesearchContainer .b {
    background:url(images/homesearch-bgb.gif) no-repeat bottom left;
    padding:0 13px 0 0;
}
#homesearchContainer h3 {
    margin:0em;
    padding:0em;
    color:#FFF;
    font-size:1.5em;
}

#homesearch {
    width: 740px;
    padding:27px 0px 10px 21px;
}
#homesearch h3 {
    margin-bottom:0.5em;
}
#homesearch form {
    margin:0em;
    padding:0em;
}
#homesearch form table {
    width:100%;
}
#homesearch form table td {
    padding:0;
    padding-top: 3px;
}
#homesearchSubmit {
    display:none;
}
#homesearch .btn {
    text-align:right;
    line-height:30px;
}
#homesearch .btn span.button {
    color:#FFF;
    font-weight:bold;
    font-size:1.1em;
    background:url(images/homesearch-btn.gif) no-repeat top left;
    padding:8px 40px 10px 40px;
}
#homesearch .btn span.button a {
    color:#FFF;
}
#homesearch label {
    display:block;
    color:#FFF;
    font-weight:bold;
    margin-bottom:3px;
}
#homesearch input.text, #homesearch select {
    width:128px;
    font-size:1em;
    margin-right:10px;
}
#homesearch select.category {
    width:135px;
    margin-right:10px;
}
#homesearch td.buttons {
    padding-left: 15px;
}


#infobox {
    float:right;
    width:253px;
    background:#db0505 url(images/infobox-bgt.gif) no-repeat top left;
    margin:0 0px 21px 0px;
    color:#FFF;
}
#infobox .infobox-b {
    background:url(images/infobox-bgb.jpg) no-repeat bottom left;
    padding:15px;
    min-height:110px;
}
#infobox h3 {
    text-align:center;
    background:url(images/infobox-h.gif) no-repeat bottom center;
    padding:0 0 0.5em 0;
    margin-bottom:0.5em;
}
#infobox .btn {
    text-align:center;
    line-height:30px;
}
#infobox .btn span.button {
    color:#FFF;
    font-weight:bold;
    font-size:1.1em;
    background:url(images/infobox-btn.gif) no-repeat top left;
    padding:8px 40px 10px 40px;
}
#infobox .btn span.button a {
    color:#FFF;
}

#contentContainer {
    background:none;
    padding-top:0px;
}

#contentContainer .contentHead {
    background:#FFF url(images/content-head-bg.gif) no-repeat top left;
}


