/*  MODAL WINDOW  */

.modalContainerCP
{
	font-family: Arial, sans-serif;
	margin: 20px auto;
	width: 85%;
}

.modalContainer .modalTitleLeft .attribution
{
	color: #6B869F;
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	right: 55px;
	text-align: right;
	text-shadow: 1px 1px 1px #cbe6ff;
	top: 15px;
}

.modalContainerCP iframe
{
	height: 505px;
}


/*  Within the iframe  */

.map
{
	border: 1px solid #c0c0c0;
	float: left;
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
}