/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow2 {
	background-color: #002C58;
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -290px;
	width: 580px;
	color: #FFF;
	padding: 101px 0px 0px;
	background-image:url(../images/inaflash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: none;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left-style: none;
}

.jqmOverlay { background-color: #000000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
#closeboxDiv {
	height: 26px;
	width: 28px;
	position: absolute;
	top: -70px;
	left: 583px;
	z-index:100;
}
.maininaflashdiv {
	padding-right: 68px;
	padding-bottom: 68px;
	padding-left: 68px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 26px;
}
.inaflashttl {
	font-size: 16px;
	color: #FFF;
}