.ie8-or-less body{
 width: 100%;
 margin: 0px;
}

.ie8-or-less .page-content {
 width: 99%;
 margin: auto;
 padding: 5px;
}

.ovl{
 display: none;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background-color: black;
 z-index: 11000;
 -moz-opacity: 0.7;
 opacity: .70;
 filter: alpha(opacity=70);
}

.popup {
 display: none;
 position: absolute;
 top: 5%;
 left: 50%;
 margin-left: -450px;
 width: 920px;
 height: 700px;
 padding: 4px 4px 4px 4px;
 border: 1px solid black;
 border-radius: 5px;
 -moz-border-radius: 5px;
 background-color: #ffffff;
 z-index: 1212000;
 overflow: auto;
}

.title {
 display: table;
 background-color: blue;
 color: white;
 font-weight: bold;
 font-size: 150%;
 padding: 4px;
 margin: auto;
 width: 99%;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.title-row{
 display: table-row;
 width: 100%;
}

.ie8-or-less .title-description{
 display: block;
 float: left;
 width: auto;
}

.title-description{
 display: table-cell;
 float: left;
 width: auto;
}

.ie8-or-less .title-close{
 display: block;
 float: right;
 width: 16px;
}

.title-close{
 display:
 width: 16px;
}

.title-close a{
 padding-bottom: 5px;
 color: #000;
 font-size: 12px;
 font-weight: bold;
}



@media (max-width: 900px) {
  #overlay, .miopopup{
    display: none !important;
  }
}
