﻿.flash_notfiy {
	height: 25px;
	margin: 5px;
	padding: 0px;
	float: left;
	width: 99%;
	position:fixed;
	top:0px;
}


.flash_notfiy .n-top {
	background-image: url(../images/rcn_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 99%;
}


.flash_notfiy .n-bot {
	background-image: url(../images/rcn_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

.flash_notfiy .n-mid {
	background-image: url(../images/rcn_mid.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #ffbd64;
	border-left: 1px solid #ffbd64;
	background-color: #fce9be;
	padding-left:5px;
	font-size:11px;
}

.close_icon{
	margin: 0px;
	padding: 0px;
	padding-right:2px;
	padding-bottom:2px;
	float: right;
	width: 18px;
	height:18px;
}
