/* @CHARSET "UTF-8"; */

.page_hover_box {
		padding:5px;
		font:12px Arial;
		position:fixed;
		right:-330px;
		top:125px;
		background:#6e9adc;
		overflow:hidden;
		width:300px;
		height:200px;
		z-index:9999;
		opacity:0.8;
		border-left: 10px solid #1a5f94;
		border-radius: 4px;
	    /*-moz-border-radius: 4px;*/
	    /*-webkit-border-radius: 4px;*/
	}
/*
<!--[if lt IE 7 ]>
    <style>
        .box {
            position:absolute;
            top: expression( ( 125 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
        }
    </style>
<![endif]-->
*/