@charset "utf-8";
body {
	background-color: #e4eef0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.backtotop {
	font-size: 8px;
}
.setName {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.error {
	font-weight: bold;
	color: #F00;
	text-transform: uppercase;
}

.imageBox {
	border: 4px solid #FFFEEF;
	margin: 2px;
}

