.f-notification{
	position:fixed;
	z-index:99999999;
    font-size: 12px;
    font-family: Verdana,sans-serif;
    border-style: solid;	
}
.f-notification a{
	display:block; 
}
.whole-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;	
}
.notification-block{
	position: relative;
    width: 100%;
    float: left;
    min-height: 1px;
    white-space: normal;	
}
.notification-image{
	width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    float: left;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;	
}
.notification-text-block{
	width: 80%;
    float: left;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;		
}
.fclose-notification{
	background:none;
	font-size:20px;
	position:absolute;
	top:0;
	right:0;
	border:0;
}