.attackWidgetFrame {
    width: 340px;
    margin: 10px 0px 10px 0px;
}

.searchResults {
    margin: 10px 0px 0px 0px;
}

div.nav_button {
    color: red;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    background-color: #FFDD99;
    background-image: url('/images/tanOverlay.png');
    border-bottom: 1px solid #999;
    width: 275px;
    padding: 5px;
    margin-bottom: 6px;
    text-align: center;
}

div.nav_button_bottom {
    color: red;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    width: 275px;
    padding: 5px;
    margin-bottom: 6px;
    background-color: #FFDD99;
    background-image: url('/images/tanOverlay.png');
    border-top: 1px solid #999;
    text-align: center;
}

a {
    color: red;
}

div.attackWidgetFrame div.title {
    color: red;
    margin: 3px;
}

.attackWidgetFrame div.grey {
    color: #999;
    font-size: 8px;
    overflow: hidden;
    margin: 3px;
}

.statusBar {
    position: absolute; bottom: 0px; display: none;
}