#notes_note_form {
	display: none;
}

#notes_note_form_body {
	width: 292px;
	height: 100px;
	resize: none;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

#notes_note_form_body:focus {
	outline: none;
}

.notes_note.ui-dialog {
	border: 1px solid #000;
	box-shadow: 0px 2px 4px rgba(1, 1, 1, 0.2);
	background-color: #FEF49C;
}

.notes_note.ui-dialog .ui-dialog-titlebar {
	display: none;
}