.homewidget {
    width: 295px;
    height: 156px;
    background-image: url(../images/2011/agent_homewidgetback.png);
    background-repeat: no-repeat;
    color: white;
    float: left;
}
.homewidget:first-child {
    margin-right: 15px;
}
.homewidget > div {
    padding: 15px 30px 30px 15px;
}
.homewidget h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    margin: 0;
}
.homewidget input, .homewidget select {
    font-size: 0.8em;
    margin: 3px 0;
}
.homewidget .color {
    border: solid 1px #666;
}
.homewidget a {
    color: white;
}

.homelistings {
    background-color: #dcdcdc;
    margin-bottom: 1em;
}
.homelistings > div {
    padding: 15px;
}
.homelistings h3 {
    font-weight: bold;
    color: #003366;
    font-size: 1.2em;
    margin: 0;
    text-transform: uppercase;
}
.homelistings h4 {
    font-weight: normal;
    color: #de8603;
    font-size: 1.0em;
    margin: 0;
}
.homelistings td {
    padding-right: 10px;
}
.homelistings td:last-child {
    padding-right: 0;
}
.homelistings .listing {
    background-color: white;
    border: solid 1px #666;
    font-size: 0.9em;
}
.homelistings .listing div {
    padding: 4px;
}

.homelinks td {
    border-right: solid 1px #ddd;
    padding: 0.7em;
}
.homelinks td:last-child {
    border-right: none;
}
.homelinks h3 {
    margin-bottom: 0.5em;
}