#content .popup {
	margin: 5px 0;
}

#content .popup-inner {
	padding: 4px;
}

#content .popup-inner img {
	display: inline;
	vertical-align: middle;
}

#content .popup-title {
	font-size: 13px;
	font-weight: bold;
	float: left;
}

#content .popup-icon {
	float: right;
	width: 12px;
	height: 12px;
	background-image: url('../img/pictos/close.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

#content p.popup-content, .page-lrv #content p.popup-content {
	clear: both;
	font-size: 12px;
}

#content .popup-wrapper {
	text-align: left;
	margin: 0 30px;
	width: 90%;
	border: 1px solid black;
}

#content .popup-closed {
	cursor: pointer;
	display: none;
	background-image: url('../img/pictos/information.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}
