div.jqmNotice {
    display: none;
    
    position: relative;
    
    /*width: 525px;*/
	/*background:#000000 url(../img/stickers/note_icon.png) 5px 5px no-repeat;*/
	background:#ffffff;
    border: 1px solid #fff;
    padding: 0;
}

.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: 4px;
  top: 6px;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  font:12px/18pt Comic Sans, Comic Sans MS, cursive;
  padding:0 5px 5px;
}