.box-layer {
	height: 390px;
	width: 590px;
	border: solid 6px #C1CD23;
	background: #fff;
}
.btn-close {
	height: 26px;
	width: 28px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px 0 0 550px;
	background: url(../images/bg-btn-close.jpg) no-repeat 0 0;
}
.btn-close a {
	height: 26px;
	width: 28px;
	display: block;
}
.btn-close a:hover { background: url(../images/bg-btn-close.jpg) no-repeat 0 -30px; }
.box-layer-content {
	width: 450px;
	margin: auto;
}
.box-layer-content-info {
	border-bottom: 1px dashed #ccc;
	padding: 25px 0;
	overflow: hidden;
	height: 98px;
}
.box-layer-content-info.card2 {
	padding-bottom: 0;
	border: none;
}
.box-layer-content-info img {
	float: left;
	width: 162px;
	height: 98px;
}
.box-layer-content-info p {
	float: right;
	width: 240px;
}
p.card1 { margin: 25px 0 0 0; }
p.card2 { margin: 15px 0 0 0; }

