.notification {
	width:381px;
	height:39px;
	display:block;
	position:absolute;
	z-index:102;
	top:0;
	left:50%;
	margin-left:-165px;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a6a6a6;
	font-weight:bold;
	display:none;
	text-align:center;
}

body > div.notification { position: fixed; }

.notif_main {
	height:35px;
	width:100%;
}
.notif_left, .notif_right {
	width:1px;
	height:35px;
	display:block;
	background:url(/images/notif_sides.png) top left repeat-y;
	float:left;
}
.notif_mid {
	width:379px;
	height:35px;
	display:block;
	background:url(/images/notif_bg.png) top left repeat;
	float:left;
}
.notif_bot {
	width:100%;
	height:4px;
}
.notif_bot_left {
	float:left;
	width:8px;
	height:4px;
	display:block;
	background:url(/images/notif_bot_l.png) top left no-repeat;
}
.notif_bot_right {
	float:right;
	width:8px;
	height:4px;
	display:block;
	background:url(/images/notif_bot_r.png) top left no-repeat;
}
.notif_bot_mid {
	float:left;
	width:365px;
	height:4px;
	display:block;
	background:url(/images/notif_bot_m.png) top left repeat-x;
}
.notification p {
	padding-top:8px;
	margin:0;
}


/** red **/
.notification_red {
	width:381px;
	height:39px;
	display:block;
	position:absolute;
	z-index:102;
	top:0;
	left:50%;
	margin-left:-165px;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	display:none;
	text-align:center;
}

body > div.notification_red { position: fixed; }

.notif_main_red {
	height:35px;
	width:100%;
}
.notif_left_red, .notif_right_red {
	width:1px;
	height:35px;
	display:block;
	background:url(/images/notif_sides_red.png) top left repeat-y;
	float:left;
}
.notif_mid_red {
	width:379px;
	height:35px;
	display:block;
	background:url(/images/notif_bg_red.png) top left repeat;
	float:left;
}
.notif_bot_red {
	width:100%;
	height:4px;
}
.notif_bot_left_red {
	float:left;
	width:8px;
	height:4px;
	display:block;
	background:url(/images/notif_bot_l_red.png) top left no-repeat;
}
.notif_bot_right_red {
	float:right;
	width:8px;
	height:4px;
	display:block;
	background:url(/images/notif_bot_r_red.png) top left no-repeat;
}
.notif_bot_mid_red {
	float:left;
	width:365px;
	height:4px;
	display:block;
	background:url(/images/notif_bot_m_red.png) top left repeat-x;
}
.notification_red p {
	padding-top:8px;
	margin:0;
}