	#msiebanner{
		position: absolute;
		right: 0px;
		top: 0px;
		float:left;
		width:100%;
		height:25px;
		background:url(msiebg.jpg) no-repeat;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:14px;
	}

	.msiebanner2{
		position:relative;
		width:100%;
		height:100%;
		float:left;
	}
	body > div#msiebanner, div > div#msiebanner { position: fixed; z-index: 1; }

	.icon{
		position:absolute;
		top:0;
		left:0;
	}

	.icon img{
		margin-right:15px; float:left; display:inline;
	}
	
	.icon p{ float:left; display:inline; margin-top:0px; 
		color:black; font-size:12px;
	}

	a.download{
		float:right;
		position:absolute;
		top:14px;
		right:14px;
		width:225px;
		height:34px;
		overflow:hidden;
		background:url(msiedownload.gif) top;
		color:#ffe2b9;
	}

	a.download:hover{
		background:url(msiedownload.gif) bottom;
		color:#fff;
	}

	a.close{
			position:absolute;
			display:block;
			top:-15px;
			right:0;
			width:15px;
			height:15px;
			overflow:hidden;
			background:url(close.gif) top;
	}