@charset "utf-8";
/* CSS Document */

#iframe {
	background-image:url(../images/boxes/sdFrame.png);
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}

#iframeContainer {
	width:990px;
	background-color:#ffffff;
	border:#333333 5px solid;
	margin:20px auto;
}

#iframeLabel {
	border-bottom:#999999 1px solid;
	font-weight:bold;
	text-align:right;
	/*cursor:move;*/
}

#iframeClose {
	color:#ffffff;
	background-color:#ff0000;
	text-decoration:underline;
	padding:5px 15px;
	display:inline-block;
	cursor:pointer;
}

#iframeTitle {
	float:left;
	margin:5px;
}