.iw-container {
	margin-bottom: 10px;
	width: 250px;
	height:200px;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid #fff;
	border-radius: 2px 2px 10px 10px;
}
.infoBox:after, .infoBox:before {
	top: 96%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infoBox:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.infoBox:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.iw-container .iw-title {
	font-size:1.5em;
	padding: 10px;
	background-color: #FF3F03;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color:#fff;
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-close {
	width: 26px; 
	height: 26px; 
	background:#FF3F03;
	overflow: hidden; 
	position: absolute; 
	opacity: 1; 
	right: 2px; 
	top: 2px; 
	z-index: 10000; 
	cursor: pointer;
	text-align:center; 
	/*border: 7px solid #5a5e5f; 
	border-radius: 13px; 
	box-shadow: 0px 0px 5px #5a5e5f;*/
}
.iw-close i {
    display: block;
    margin-left: 1px;
	line-height:26px;
	width: 26px; 
	height: 26px; 
}