/*** notification ***/

.sticky p, .floated p, .fixed p, .ondemand p{ float:left; padding:15px 0 0 0px; margin:0px; margin-left:10px; line-height:16px; color:#333; font-size:12px;}
.sticky a.close, .floated a.close, .fixed a.close, .ondemand a.close{ float:right; margin:13px 10px 0px 0px; }
img{border:0px;}
.wrapper{padding:20px;}

.sticky {
	position:fixed;
	bottom:0;
	left:0;
	z-index:2000;
	width:100%;
	background:url(/notification/whitetransbg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/notification/whitetransbg.png');
	min-height: 45px;
	border-bottom:1px solid #ccc;
	line-height:16px !important
}


.hide{display:none;}
