/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.metabox-holder h2 {
    border: 1px solid black;
    padding: 10px 5px;
    background-color: #fff;
    color: blue;
 }
.metabox-holder .inside {
     font-style: italic;
}

.metabox-holder .form-table td fieldset label {
    margin-right: 15px !important;
}