#image-annotate-edit-form {
    border: 1px solid #000000;
    background: #ffffee none repeat scroll 0 0;
}

.image-actions {
    background: #000000c4;
    padding: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px;
    position: absolute;
    top: 0px;
    clear: both;
}

.image-actions a {
    color: #eee;
}

.annotate-view-wrapper {
    display:table;
    clear:none;
    margin: 0px auto;
    float: left;
    min-width: 720px;
}

.annotate-view-preview-links {
    float: right;
    padding-top: 5px;
    margin-right: 10px;
}

.image-annotate-canvas {
    margin: 0 auto;
    
}

.RecordPanelLarge .annotate-view-wrapper {
    float: none;
}