#jnotify	{
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 40px;
		z-index: 9999;
		display: none;
		}
#jnotifyinner	{
		display: none;
		height: 40px;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
		-o-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		background: url(/cms/common/graphics/DFT-background.png) ;
		border: 1px solid #85843d;
		margin: 0 auto;
		display: block;
		padding: 0 10px ;
		}
#jnotifyinner img
		{
		float: left;
		width: 30px;
		height: 30px;
		margin: 5px;
		}
#jnotifyinner p
		{
		width: 100%;
		line-height: 40px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 0 10px;
		padding: 0;
		text-align: left;
		}
#jnotifyinner.ERR
		{
		background: url(/cms/common/graphics/ERR-background.png);
		border: 1px solid #9d4040;
		}
#jnotifyinner.OK
		{
		background: url(/cms/common/graphics/OK-background.png);
		border: 1px solid #5f9d40;
		}
    
