@charset "UTF-8";
/* CSS Document */
.notify a {
	text-decoration:none;
	cursor:pointer;
}
.notify a:hover {
	text-decoration:underline;
}
#notify-table table { 
	border-collapse:collapse;
	border-spacing:0; 
}
#notify-table {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	color:#fff;
	border-collapse:collapse;
}
.notify td {
	padding:7px 0 7px 0;
	text-align:center;
	background-color:#a0159d;
	font-weight:bold!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0159d;
}
.notify {
	width:95%;
}
.notify a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold!important;
}
.notify-close a {
	color:#a0159d;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #a0159d;
	padding-left:4px;
	padding-right:4px;
}