a.mypopin_open{
	position: relative;
}
a + .mypopin{
	display: none;
	position: absolute;
	width: 300px;
	padding: 10px 15px;
	height: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	color: #333;
	text-shadow: none;
	z-index: 9;
}
a + .mypopin h4{
	padding: 0;
	margin: 0 0 5px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	background: none;
	border-bottom: 1px solid #ccc;
}
a+ .mypopin .mypopin_close{
	position: absolute;
	top: 0px;
	right: 3px;
	font-weight: bold;
	color: #666;
	text-shadow: none;
}