  .bannerbox
        {
            width:425px;
			background: white;
            height:75px;
            top:5px;
            left:0px;
            position:relative;
			/*display: none;*/
			min-width:425px;
			text-align:center;
			*border: 1px solid gray;
			-border: 1px solid gray;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1) inset;
            font-family: Verdana,Geneva,sans-serif;
			z-index: 20;
        }
		.bannerbox a:link{
			color:#0088CE;
			text-decoration:underline;
		}
		.bannerbox a:visited{
			color:#0088CE;
			text-decoration:underline;
		}
		.bannerbox img
		{
			width:85px;
			float:right;
			margin:5px 20px 0 0;
		}
		.bannerbox .hl1
		{
			color: #262626;
			font-family: Tahoma,Geneva,sans-serif;
			font-size: 16px;
			font-weight:bolder;
		}
		.bannerbox p
		{
			margin:0;
			font-size: 13px;
		}
		.bannerclose{
			border: 2px solid #930505;
			float: right;
			font-size: 14px;
			height: 15px;
			overflow: hidden;
			position: absolute;
			right: 5px;
			top: 2px;
			width: 15px;
			z-index: 21;
		}
		.bannerclose a:link {
			background:#D00707;
			color: white;
			font-weight: bold;
			line-height: 11px;
			text-decoration: none;
			display: block;
			width: 100%;
			height: 100%;
			
		}
		.bannerclose a:visited {
			color: white;
		}
		.bannerclose a {
			text-align: center;
			margin:0px;
		}
		.hl2
		{
		    font-size:18px;
		    font-weight:bolder;
		    }