

#notification, #create-notification {
	position:fixed;
	top:55px;
	right: 20px;
	width:40%;
	z-index:105;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	font-weight:bold;
	color:white;
	background-color:#0ac354;
	padding:10px;
}
#notification span.dismiss, #create-notification span.dismiss {
	border:2px solid #FFF;
	padding:0 5px;
	cursor:pointer;
	float:right;
	margin-right:10px;
}
#notification a, #create-notification a {
	color:white;
	text-decoration:none;
	font-weight:bold
}
