.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:#FFFF00;
height: auto;
}

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

.notimoo a{
color:#FFFF00;
}
