@CHARSET "UTF-8";
/*fixes*/
div.jqmNotice iframe {width:100%;height:100%;}
div.jqmNotice div.scrollDiv {position:relative;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}

div.scrollDiv {
 overflow: auto;
}

/* exploder V6 only */
* html div.scrollDiv {
 overflow-y: scroll;
}

/* exploder V7 only */
*+html div.scrollDiv {
 overflow-y: scroll;
}

div.jqmNotice {
    display: none;
    overflow:hidden;
    position: absolute;
    
/*styles that can change*/
    background:#EEEEEE url(../img/info_on.gif) 5px 5px no-repeat;
    border: 1px solid #000;
    padding: 0;
    padding-bottom:30px;
}

div.jqmNotice .jqResize {
	position: absolute; 
	right: 2px; 
	bottom: 2px;
	width:16px;
	height:16px;
	background:url(../img/resize.gif);
}

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

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 6px;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  padding:0 20px 5px;
}