@charset "utf-8";
/* CSS Document */

.popupWrapper {
	position:absolute;
	left: 50px;
	top: 84px;
   border: 1px solid #66ccff;
}

.popupIframe {
	width: 100%;
	height: 100%;
}

.popupClose {
	color: #071727;
	float: right;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	line-height: 110%;
	width: 30px;
	height: 26px;
	text-align: right;
}

.popupClose:hover {
	color: #fff;
}

.popupHeader { 
	color: #071727;
	text-align: left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: .9em;
  padding: 5px 6px 0px 10px;;
  height: 26px;
  background-color: #6cf;
  border-bottom: 1px solid #6cf;
}
