.notimoo {
	position:absolute;
	z-index:999;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	border:3px;
	border-style:solid;
	border-color:#B2B2B2;
	background:#333;
	color:#FFF;
}
.notimoo .title {
	font-weight:bold;
	border-bottom:1px solid;
	color:#CCCCCC;
}
.notimoo .message {
	margin-top:2px;
	font-weight:bold;
}
.notimoo a {
	color:#FFF;
	font-weight:bold;
	border:0px !important;
		text-decoration:none !important;
}

.notimoo a img{ 
	border:0px !important;
		text-decoration:none !important;
}

.notimoo a:hover {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
	border:0px !important;
}

