* {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    text-align: left;
}

h1 {
    font-size: 13px;
}

p {
    width: 800px;
    text-align: justify;
}

div#log {
    border: 1px solid black;
    width: 600px;
    height: 200px;
    overflow: scroll;
}

ol#topAlbums {
    float: left;
    width: 500px;
}

ol#topAlbums li {
    clear: both;
}

span.dragHandle {
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    border: 2px solid #06f;
    background:#fff;
    cursor: move;
}

textarea#blog {
    font-family: 'Courier New',Courier,monospace;
    height: 300px;
    width: 600px;
}

div.label {
    width: 180px;
    font-weight: bold;
    float: left;
}

div.field {
    float: left;
}

div.formRow {
    clear: both;
}