div.whiteOverlay { background: white; }
div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}
div.jqmNotice {
	z-index:10000;
    position: absolute;   
    width:650px; height:550px;
	background-color:#FFF;
    border: 1px solid #c1c1c1;
    padding: 0;
}

jqmNotice h1{
  margin-top: 25px;
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 6px;
}

.jqmnContent{
  color:#000;
  overflow:auto;
  padding:0px;
  padding-top:0px;
  height:520px;
  width:650px
}
