@charset "utf-8";

.js-errordialog {
	width: 298px;
	height: auto;
	display: none;
	padding: 25px;
	margin-top: -67px;
	margin-left: -175px;
	position: fixed;
	overflow: hidden;
	_zoom: 1;
	top: 50%;
	left: 50%;
	z-index: 9999;
	background: #f7f6f4;
	border: 1px solid #edf3e8;
	line-height: 17px;
}

	.js-errordialog .close {
		width: 15px;
		height: 15px;
		margin: 2px 0;
		float: left;
		cursor: pointer;
	}

	.js-errordialog .text {
		width: 273px;
		margin: 0;
		float: right;
		font-size: 14px;
		color: #7bc24e;
	}

		.js-errordialog .text dd {
			margin: 0;
		}

			.js-errordialog .text dd .code {
				color: #7bc24e;
			}
