@CHARSET "UTF-8";

/* Version */
.check_msg p {
	font-size: 11px;
	min-height: 1px;
	padding: 6px 0 6px 38px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	border-top: 1px solid #b3c9d1;
	border-bottom: 1px solid #d4edd3;
	border-right: 1px solid #d4edd3;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.check_msg .left {
	width: 70%;
	display: inline-block;
	background-color: #edf4f7;
}

.check_msg .right {
	width: 30%;
	display: inline-block;
	background-color: #edf4f7;
	padding: 0;
	text-align:center;
}

.check_msg .right p {
	padding: 6px 0;
	border-top: 1px solid #b3c9d1;
	border-bottom: 1px solid #d3e5ed;
	border-right: 0;
}

.check_msg .ico {
	background: url(../img/check_ico.png) no-repeat;
	display: block;
	height: 16px;
	left: 12px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	width: 16px;
}

.check_msg .check_title {
	font-size: 12px;
	line-height: 18px;
	width: auto;
	color: #2c83b1;
	font-weight: 700;
}