#popup_wrapper {
	position: absolute;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 12px 2px #BBBBBB;
	z-index: 75;
	display: none;
}

#popup {
	position: relative;
	padding: 30px;
}

#popup_top_toolbar {
	margin: -30px -30px 14px -30px; /* offset the padding from #popup and use the same bottom margin as .body */
	padding: 10px 30px 0 30px;
	height: 24px;
	background: #F6F6F6;
	border-radius: 10px 10px 0 0;
}

#popover {
	position: relative;
	padding: 10px;
	background: #E6E6E6;
	border-radius: 10px;
}

.layout_add_item_popover, .layout_field_item_edit_popover, .layout_multiple_buttons_item_edit_popover, .layout_group_item_edit_popover, .layout_song_list_item_edit_popover, .layout_recording_controls_item_edit_popover, .layout_document_viewer_item_edit_popover {
	background: #FFFFFF !important; /* we'll use a white background here since we're displaying popovers on a gray mask */
}
.stage_plot_add_item_popover, .stage_plot_item_edit_popover, .stage_plot_group_item_edit_popover {
	background: #FFFFFF !important; /* ditto */
}

#popup_close {
	position: absolute;
	top: 12px;
	right: 12px;
}

#popup.file_upload_progress {
	padding: 0px;
	margin-left: 4px;
}

#popup.file_upload_progress p {
	margin: 0 !important;
}