#flyin {
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 9999;
}

#flyin .flyinCloseButton {
	text-align: right;
}

#flyin .flyinCloseButton a {
	background: white;
	border: 1px black solid;
	padding: 0 4px;
	color: black;
}

#flyin .flyinCloseButton a:hover {
	text-decoration: none;
	color: red;
}

#flyin .flyinWindow {
	background: white;
	border: 3px #002C72 solid;
}

#flyin iframe {
	width: 390px;
	height: 320px;
}

