@charset "utf-8";
/* CSS Document */
#banner-popup-topbar{
    position:absolute;
    border: 2px solid #FF0000;
    padding: 10px 20px 10px 20px;
	margin: 0 0 0 248px;
    width: 450px;
    visibility: hidden;
    z-index: 20000;
    top: 150px;/*27px*/
	max-height: 400px;
	_height: 400px !important;
	overflow:auto;
/*	left: 350px;*/ /*13px*/
/*	_margin:-100px 0 0 -100px; !important; */
	background:#F8F8F8;
	text-align:justify;
}
#banner-popup-topbar h1{
	text-decoration:underline;
	font-size:12pt;
	text-align:center;
	color:#F00;
	margin:5px 0 20px 0;
}
#banner-popup-topbar h2{
	font-size:100%;
	color:#F00;
	font-weight:bold;
}
#banner-popup-topbar p{
	text-align:justify;
	margin:0; padding:0 0 10px 0;
}
div.banner-popup-close{
	cursor:pointer;
	text-align:right;
}
div.banner-popup-close a{
	font-weight:bold !important; color:#666 !important;
}
div.banner-popup-close img{
	margin:0 0 0 5px; width:16px; height:16px; border:0 none;
	position:relative; top:3px;
}

