div.objectContent {
    padding: 15px;
    overflow: hidden;
    float: left;
    width: 100%;
}
div.userBox {
    width: 104px;
    margin: 10px 10px 0 0;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    float: left;
}

div.ubHeader {
    text-align: center;
    margin-bottom: 3px;
}

div.ubHeader strong {
    font-size: 22px;
    color: #FF8A00;
}

div.ubBody {
    height: 62px;
    margin-bottom: 3px;
    padding: 8px 0 3px 0;
    border: 1px dashed #CFCFCF;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.userBox:hover div.ubBody {
    background-color: #FF8A00;
    border-style: solid;
}

div.ubBody a {
    text-decoration: none;
}

a.ubLogin {
    display: block;
    margin-top: 2px;
    color: #222222;
    font-weight: bold;
    text-align: center;
}

div.ubBody img {
    border: 1px solid #CFCFCF;
}

div.ubStats {
    padding: 0 5px;
    font-size: 11px;
}

div.ubStats ul {
    list-style-type: none;
}

div.ubStats span.ubStatsCount {
    float: right;
}