.well h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.well {
    min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin: 1em;
	max-width: 800px;
}
.well p {
	margin: 0 0 10px;
	line-height: 1.3em;
}
#my_popup {
	line-height: 18px;
}
#my_popup p {
	/*padding-top: 10px;*/
	margin-top: 0;
}
#my_popup iframe {
	margin-bottom: 0;
	padding: 0;
}
.my_popup_close {
	width: 28px;
	height: 28px;
	background: url(../images/close-button.png) no-repeat center center;
	display: block;
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
}