@-moz-document url(http://www.ifc.com/),  
               url-prefix(http://www.ifc.com/),  
               domain(ifc.com),  
{  
  /* CSS rules here apply to: 
     + The page "http://www.ifc.com". 
     + Any page whose URL begins with "http://www.ifc.com/" 
     + Any page whose URL's host is "ifc.com" or ends with 
       ".ifc.com" 
  
  /* START FF Specific Rules */  
  
  .sub-menu ul img{
	  width:100%;
	  }
	  
#whats_on .schedule_slider{
	display: inline-block;
}

.sub-menu ul img{
	width: 100%;
}

#subheader{
	padding-top: 40px;
}

#subheader-title{
	padding-top: 0px;
}

.newsletterSubmit input[type="submit"] {
	height: 27px;
}

.newsletterEmail input{
	padding: 5px;
	width: 97%;
}
   
} 