﻿
.b {
    background-repeat:repeat-x;
    background-color: #0072C4;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/1000102.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.b[class] {
  background-repeat: repeat;
  background-color: #0072C4;
  background-image: url('images/1000102.png'); 
}

