.dojoDialog {
	width:500px;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 4px; 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.errorDialog {
	width:500px;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.errorDialogDecoration {
	width: 100%;
}

.errorDialogContent {
	width: 400px;
	height: 300px;
}

.radioUpdateType {
	width: 150px;
}

.radioUpdateTypeContainer tbody tr td {
	width: 150px;
}

#content {
	height: 40px;
}

#commandButtons{
	margin: auto;
	display: table;
}