/**
 * On the resources edit form, update the fieldset styling so that's
 * less intrusive. Styles for Seven theme.
 */
#resource-node-form #edit-field-resource-publish-date {
    margin-bottom:1.2em;
}
#resource-node-form #edit-field-resource-publish-date fieldset {
    border:none;
    margin:0;
    padding:0;
}
#resource-node-form #edit-field-resource-publish-date legend {
    background:none;
    border:none;
    font-family:inherit;
    font-weight:bold;
    height:auto;
    line-height:1.5;
    position:static;
    text-indent:0;
    text-shadow:none;
}
#resource-node-form #edit-field-resource-publish-date legend span {
    background:none;
    padding:0;
}
#resource-node-form #edit-field-resource-publish-date .fieldset-wrapper {
    margin:0;
    padding:0;
}
#resource-node-form #edit-field-resource-publish-date .form-item {
    float:none;
}

#resource-node-form #edit-field-resource-publish-date .date-padding {
    padding:0;
}
#resource-node-form #edit-field-resource-publish-date input {
    width:100px;
}

#resource-node-form fieldset .fieldset-legend {
    position: relative;
}
