body.popup-content {
	font: 75% 'Tahoma', sans-serif;
	color: #fff;
	background: #152348;
	margin: 0;
	padding: 0;
}
body.popup-content h2 {
	font-weight: normal;
	color: #ce0;
	font-size: 137%;
}
body.popup-content h3 {
	font-size: 100%;
	margin-bottom: 0.5em;
	margin-top: 0;
}
body.popup-content ul, body.popup-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.popup-content li {
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	background: url(/images/popup-mark.gif) 0 9px no-repeat;
}
body.popup-content #left, body.popup-content #right {
	float: left;
	padding: 0 0 0 40px;
	width: 230px;
}
body.popup-content #center {
	width: 250px;
	margin-left: 170px;
}
body.popup-content h2.two-coll {
	margin-left: 40px;
}
