/*These are settings for content *inside* the dialogs. For the styling the dialog itself, see ui.theme.css */
.dialog p 
{
	margin-bottom: 1em;
}

.dialog .buttons
{
	text-align: center;
}

.industryGroupDialog
{
	overflow-y: auto; 
	height:200px;
}

