
.shadow {

  height: 1em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

  line-height: 2em;
  white-space: nowrap;
}

.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}


html*.shadow {

  [color:red;

    text-shadow: #000000 5px 5px 5px; 

  ]color:auto; 
}
.dummyend[id]{clear: both;}

html*.shadow:before {

  [color:red;
    display: none;

  ]color:auto; 
}
.dummyend[id]{clear: both;}