.notimoo {
	position: absolute;
	z-index: 999;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 3px solid #524F4B;
	height: auto;
	color: #524F4B;
}

.notimoo .title {
    font-weight: bold;
    border-bottom: 1px solid;
}

.notimoo .message {
    margin-top: 2px;
}

.notimoo a {
    text-decoration: underline;
}