div.block-widget form.edit {
    font-size: 11px;
}
div.block-widget form.edit h2.title {
    margin-bottom: 10px;
}

div.block-widget form.edit div.excerpt {
    margin-top: 4px;
}
    
div.block-widget form.edit div.attribution {
    margin-top: 2px;
}

div.mwidget form.edit .short{
    font-size: 15px;
    padding: 5px 20px;
    width: 60px;
    border: 10px solid gray;
}

div.block-widget form.edit iframe {
    height: 600px;
    width: 700px;
}

div.block-widget textarea.mceEditor {
    width: 100%;
    width: 700px;
}

div.block-widget form.edit input.size {
    width: 30px;
    margin-right: 5px;
}
div.block-widget form.edit input.check {
    width: 20px;
}
div.block-widget form.edit div#contents span {
    display: block;
    font-weight: normal;
}
div.block-widget form.edit div#contents div.help {
    max-height: 200px;
    height: 200px;
    overflow: hidden;
}