div#editing {
    background: #f00 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 37px;
    left: 50%;
    line-height: 37px;
    margin-left: -475px;
    padding: 0 15px;
    position: fixed;
    top: 0;
    width: 920px;
    z-index: 1001;
}

div#editing a {
    color: #fff;
    float: right;
    text-decoration: underline;
}

div#editing p {
    background: rgba(0, 0, 0, 0) url("../../d/img/secretary/common/caution.png") no-repeat scroll 0 center;
    float: left;
    padding-left: 28px;
    margin: 0;
}
