﻿/* Override the openlayers style as its ovelapping x close button in IE9*/
#ESDMInfoClickResponse .info-popup-data h3.heading
{

}


#infoPopup_contentDiv
{
    margin-left: 10px;
    width: 300px !important;
    width: 280px\0/ !important;
    height: 188px !important;
    height: 178px\0/ !important;
    position: absolute !important;
}


/*
IE6 Only
* html #div {
 height: 300px;
}
IE7 Only
*+html #div {
 height: 300px;
}
IE8 Only
textpop-up
#div {
 height: 300px\0/;
}
IE7 and IE8 Only
#div {
 height: 300px\9;
}
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  

}
