
.my_popup_close {
 position:absolute;
 top:-15px;
 right:-15px;
 color:#fff;
 background:#333;
 border-radius:50%;
 height:35px;
 width:35px;
 border:none;
 font-weight:normal;
 font-size:16px;
}
#my_popup_background {
 background:rgba(255,255,255,0.5);
 opacity:0.5 !important;
}

#my_popup.well{ 
min-height: 20px;
padding: 20px;
margin-bottom: 20px;
	margin-top: 20px;
background-color: rgba(245, 245, 245, 0.9);
border: 2px solid #e3e3e3;
border-radius: 6px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
max-width: 90%;
color:#000;}
