div.gfx { text-align: center }

div.container {
    border: 1px dotted gray;
    width: 475px;
    min-height: 420px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #f3f3f3;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    float: left;
    vertical-align: middle;
}

div.desc {
    padding: 6px;
    color: #616161;
    font-size: 11px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

div.spacer { clear: both }

