div.jqmNotice {
    display: none;
    
    position: relative;
    
    /*width: 525px;*/
	/*background:#000000 url(../img/stickers/note_icon.png) 5px 5px no-repeat;*/

    padding: 0;
	z-index:100001
}

.jqmnTitle{margin: 0 25px;}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  
  font-size:10px;
  color:#FFFFCC;
  /*background-color:#505050;*/
  cursor: move;
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 74px;
  z-index:100005
}

.jqmnContent{
  border-top:1px;
  color:#000;
  font:12px/18pt Comic Sans, Comic Sans MS, cursive;
  padding:0 5px 5px;
  z-index:100004
}
