.notimoo{
	opacity: 0.8;
	position:absolute;
	z-index:999;
	cursor:pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:10px;
	border:1px solid #314264;
	background:#252a34;
	color:#dde6f9;
	text-align: center;
}
.notimoo .title{
	font-weight:bold;
	font-size: 13px;
	margin-bottom: 4px;
}
.notimoo .message{
	margin-top:6px;
	font-size: 12px;
	font-weight:bold;
}
.notimoo a{
	color:#FFF;
}
