.page_note_form input#title {
    min-width: 400px;
}

.page_note_form input#d_expire {
    max-width: 150px;
}

.page_note_form textarea#description {
    float: none;
    padding: 5px;
}
.page_note_form #note_responsible_wrapper {
    display: none;
}
