.bx-core-window {
}
.bx-core-window input, .bx-core-window select {
	display:inline;
	width:inherit;
	height:inherit;
	padding:inherit;
	margin:inherit;
	border:inherit;
	border-radius:inherit;
	background:inherit;
	font:inherit;
}
.bxml-dialog button, .bxml-dialog input[type="button"], .bxml-dialog input[type="submit"],
.editor_dialog button, .editor_dialog input[type="button"], .editor_dialog input[type="submit"],
.bxml-dialog button:hover, .bxml-dialog input[type="button"]:hover, .bxml-dialog input[type="submit"]:hover,
.editor_dialog button:hover, .editor_dialog input[type="button"]:hover, .editor_dialog input[type="submit"]:hover
{
	display:inline;
	width:auto;
	height:auto;
	padding:2px 5px;
	margin:inherit;
	border:1px solid #aaa;
	border-radius:2px;
	background:#eee;
	font:inherit;
}
.bxml-dialog input, .bxml-dialog iselect,
.editor_dialog input, .editor_dialog select,
.bxml-dialog input:hover, .bxml-dialog select:hover,
.editor_dialog input:hover, .editor_dialog select:hover
{
	display:inline;
	width:auto;
	height:auto;
	padding:2px 5px;
	margin:inherit;
	border:1px solid #aaa;
	border-radius:2px;
	background:#eee;
	font:inherit;
}
.editor_dialog .content {
	padding:0;
	margin:0;
	border:0;
	overflow:visible;
}
div.mlsd {
	width:auto!important;
	height:auto!important;
}
div.mlsd table.mlsd-fields-tbl td input {
	width:90px!important;
}
div.bxml-dialog *, div.bxml-subdialog-cont * {
	width:auto;
	height:auto;
}
.editor_dialog {
	box-sizing:padding-box;
}
div.editor_dialog div.title {
	height:auto;
}
div.editor_dialog div.content {
	background:#fff;
}




