
#webBOX_ajaxWindowTitle {
float:left;
margin-bottom:1px;
padding:3px 0 0px 10px;
}
#webBOX_closeAjaxWindow {
float:right;
margin-bottom:1px;
padding:3px 10px 0px 0;
text-align:right;
}
#webBOX_title{
	height:20px;
	text-align:right;
}

* html #webBOX_overlay{
	height:26px;
}
a.webBOX_closeAjaxWindow{
	color:#005857;
}

#webBOX_window_overlay  {
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:1000;
	
}

.webBOX_overlayBG {
	background-color:#000000;
	display:none;
	position:fixed;
	left: 0px;
	top: 0px;
	opacity:0.75;
}
* html #webBOX_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#webBOX_window  {
	background:none repeat scroll 0 0 #FFFFFF;
	border:4px solid #e0dac2;
	color:#333333;
	font:12px Arial,Helvetica,sans-serif;
	display:none;
	position:absolute;
	left: 0px;
	top: 0px;
	text-align:left;
	z-index:1002;
}

* html #webBOX_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


.flashPlayer{
	cursor: pointer;
}
#webBOX_iframeContent {
border:medium none;
clear:both;
margin-bottom:-1px;
margin-top:1px;
}
