/* Used for the simple modal window dialog */

#simplemodal-overlay {
  background-color:#000;
  cursor:default;

}

#simplemodal-container {
  /*height:400px;
  width:600px;*/
  background-color:#ffffff;
  border:0px solid #ccc;
  font-size:8pt;
  line-height:1.8em;

}


#simplemodal-container a.modalCloseImg {
  background:url(http://cdn.sonesta.com/images/adm/travelPassionPromoTop.jpg?cb=2) no-repeat;
  width:974px;
  height:34px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-34px;
  right:0px;
  cursor:pointer;
}



<!--[if lt IE 7]>
<style type='text/css'>
  #simplemodal-container a.modalCloseImg{
    background:none;
	right:0px;
	width:97px;
	height:21px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/adm/TravelPassionCloseBTN.png', sizingMethod='scale'
      );
  }
</style>
<![endif]-->





