#sol-popup.bankAccountPopup {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	background-color: white;
	color: #333;
	border: solid 5px #eb1e82;
	border-radius: 10px;
	width: 540px;
}
.messageBoxClose {
	background: none;
	font-size: 20px;
	background-color: #eb1e82;
	border-radius: 20px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	float: right;
	position: relative;
	top: -10px;
	right: 10px;
}
a.messageBoxClose, a.messageBoxClose:visited {
	color: white;
}

.header {
	margin-top: 20px;
	font-size: 36px;
	color: #E60082;
}
.subject {
	margin-top: 40px;
	margin-right: 10px;
}
.pink-link {
	margin-top: 20px;
	background-color: #E60082;
	color: white;
	border-radius: 5px;
	padding: 2px;
	padding-left: 5px;
	width: 285px;
}
.pink-link a, .pink-link a:visited {
	color: white;
}
.body {
	margin-top: 20px;
}
.body ul {
	list-style: initial;
	padding-left: 16px;
}
.body .link, .body .phone, .body .mail {
	color: #E60082;
	font-weight: bold;
}
.footer {
	margin-top: 20px;
	margin-right: 10px;
}
.remind {
	margin-top: 20px;
}
.remind a, .remind a:visited {
	color: #333;
}


.dr-mpnl-pnl {
	border: 0;
}
.rich-mp-container {
	background: none;
}