#topNotificationAreaFiller{
	position:relative;
	width:100%;
	height:0px;
}
#topNotificationArea{
	position:fixed;
	overflow:hidden;
	z-index:50000;
	width:100%;
	height:43px;/*0px;*/
	top:-45px;
	background-image: url("bg.png");
	background-repeat:repeat-x;
	_background: #A5C6D8;
}
#topNotificationArea .container{	
	width:934px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#topNotificationArea .container .icon{	
	width:48px;
	border-right:2px groove #a7c7d9;
	height:100%;
	background-image: url("exclamation.png");
	background-repeat:no-repeat;
	background-position:15px center;
	float:left;
}
#topNotificationArea .container .content{	
	width:834px;
	height:100%;
	float:left;
}
#topNotificationArea .container .actionArea{
	width:48px;
	border-left:2px groove #a7c7d9;
	height:100%;
	background-image: url("close.png");
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	cursor:pointer;
}
#topNotificationArea .container .content div{
	/*margin:12px 7px;*/
	display:table-cell;
	height:40px;
	vertical-align:middle;
	padding-left:7px;
	*margin-top:6px;
}
#topNotificationArea .container .content div a.ms-rteCustom-arrowlinkbold{
	padding:8px 0 0 16px;
	display:inline;
}
html.mEnb #topNotificationArea .container{ 
	width:auto; 
} 
html.mEnb #topNotificationArea .container .content{ 
	width:430px; 
	font-size:10px; 
}