.centered-editor {
	margin:0 auto;
}

.importErrorLog, .exportErrorLog {
	position: absolute;
	top: 0;
	left: 0;
	color: #b20000;
	font-size:18px;
	margin-top:-5px;
}

.errorLog {
	position: relative;
	display: block;
    margin: 0 auto;
    width: 850px;
	height:20px;
	margin-top:-20px;
}

div.upload ul.ruInputs input.ruFakeInput {
	width:219px;
}

div.upload ul.ruInputs input.ruButton {
	background-color:#0487c4 !important;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}

div.upload ul.ruInputs input.ruButtonHover {
	background-color: #036c9c !important;
}