/*
-	Special styles for Z-ordering SWF objects and others
*/
#flashObjectDiv{
	position:absolute;
	z-index:1;
	top:20px;
	left:0;
	text-align:center;
	width:100%;
}

#warning_div{
	width:100%;
	text-align:center;
	color:#AFAFAF;
	font-weight:bold;
	font-size:12px;
}

#toggle_btn_frame{
	width:140px;
	height:40px;
	overflow:hidden;
	float:right;
}

#toggle_btn_container{
	width:100%;
	position:fixed;
	top:5px;
	left:0;
	z-index:1100;
}

#toggle_btn_box{
	width:765px;
	height:50px;
	margin:0 auto;
}
/* --- end --- */