div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}

/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmNotice {
    display: none;
    position: relative;
    width: 450px;
    /*background:#FFFFCC url(note_icon.png) 5px 5px no-repeat;*/
    background-color: #E2DFD6;
    border: 1px solid #000;
    padding: 10px;
}

.jqmnTitle{margin: 0 25px;}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  font-size:10px;
  color:#FFFFCC;
  /*background-color:#505050;*/
}

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 20px 5px;
}

