/**
 * EditorPluginsSpellCheckDialog
 **/
.EditorPluginsSpellCheckDialog .misspelledWord,
.EditorPluginsSpellCheckDialog .replaceWith{
	margin-bottom:0.50em;
}

.EditorPluginsSpellCheckDialog .misspelledWord label,
.EditorPluginsSpellCheckDialog .replaceWith label{
	line-height:1.70em;
}

.EditorPluginsSpellCheckDialog .misspelledWord label,
.EditorPluginsSpellCheckDialog .replaceWith label,
.EditorPluginsSpellCheckDialog .suggestions label {
	display: inline-block;
	zoom: 1;
	min-width: 10em;
}

.EditorPluginsSpellCheckDialog .misspelledWord span {
	font-weight:600;
	line-height:1.70em;
}


.EditorPluginsSpellCheckDialog .suggestions {
}


.EditorPluginsSpellCheckDialog .suggestions label {
	line-height:1.70em;
	vertical-align: top;
}



.EditorPluginsSpellCheckDialog .suggestions select {
	#width: 13em;	/* IE does not handle min-width for <select> */
	min-width:13em;
}

.EditorPluginsSpellCheckDialog .actions {
	margin: 1.50em 0 0 0em;
}

.EditorPluginsSpellCheckDialog .actions .align{
	text-align: center;
}

.EditorPluginsSpellCheckDialog .actions .dijitButton {
}

.EditorPluginsSpellCheckDialog .actions .dijitButton .dijitButtonText {
	min-width:10em;
}

