.banner-modal{
	background-color: #fff;
	padding: 10px;
	border: 4px solid #2c3e50;
	position: relative;
}

.banner-modal-close{
	position: absolute;
	top: -16px;
	right: -16px;
	border: none;
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../images/modal/close.png") top center no-repeat;
}

.banner-modal-hide{
	position: absolute;
	bottom: 5px;
	left: 5px;
}