div#modalview {
	display: none;

	position: absolute;

	font-family: Arial,Helvetica,Verdana;
	font-size: 12px;

	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	z-index: 2000;
}

div#modalview div#modalview-content {
	position: absolute;

	background-color: white;

	z-index: 2001;
}

div#modalview div#modalview-content-container {
	margin: 7px;
}

div#modalview div#modalview-content-container.border {
	padding: 12px;
	
	border: 1px solid #DCDCDC;
}

div#modalview div#modalview-content-container.noborder {
	padding: 0px;

	border: 0px;
}

div#modalview div.close-button {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/images/modalview/modalview-close.png) no-repeat;

	top: -12px;
	left: 100%;

	margin-left: -12px;

	cursor: pointer;
}

div#modalview div#modalview-content-footer {
	color: white;
	font-size: 11px;

	background-color: black;

	text-align: left;

	padding: 2px 5px;
}

div#modalview div#modalview-overlay {
	background-color: black;

	position: absolute;

	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);

	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	z-index: 2000;

}

div#modalview iframe {
    border: none; /*0px solid #ffffff;*/
    overflow-x: hidden;
}
