div.jqmNotice
{
    display: none;    
    position: fixed;
    width: 610px;
    top:17%;
    border: 0px solid #000;
    padding: 0;
    BACKGROUND-COLOR: #ffffff;
    z-index:1000;
}

    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmNotice {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmOverlay
{
    BACKGROUND-COLOR: #000;
}

.jqmContent
{
  overflow:auto;
  height:400px;
  border-top:1px;
}


.jqmNoticeTitle{
  margin:5px 2px;
  height:20px;
  color:#000;
  text-align:right;
  z-index:1003;
}

.jqmNoticeTitle img
{
	border-width:0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



