	
/*shadows*/	 
div.img-dec { 
background: url('/images/shadow.gif'); 
clear: right; 
float: right; 
margin: 0 0 25px 25px; 
padding: 0; 
position: relative; 
} 
  
div.border { 
background-color: #ffffff; 
border: 1px solid #a9a9a9; 
display: block; 
padding: 5px; 
position: relative; 
} 

.img-shadow {
  float:left;
  background: url(/images/shadowAlha.gif) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
div.p-shadow {
  width: 95%;
  float: left;
  background: url(/images/shadowAlha.gif) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

h2.p-shadow {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-top-color: #ffffff;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }

p.p-shadow, table.p-shadow {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-top-color: #ffffff;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
h2.p-shadow {
border-bottom-color:#ffffff;}
