#fade { position:absolute; 
        background:#000; 
        /* border:10px solid #da251e; */
        padding:10px; 
        font-size:11px;
        width:745px; 
        display:none; 
        margin-left:-605px; 
        z-index:99; 
        
}

#fade p, #fade h3 {
				padding:5px 10px; 
				color: #000;
				background:#DA251E;
				text-transform: uppercase; 
}
#fade h3{font-size: 13px;
         font-weight:600;
         color: #fff;
         margin-top: 10px;
        }

#fade a{
         color: #fff;

        }
        
#fade img{float:left; 
          margin-top:15px; 
          margin-right:15px; 
          margin-bottom:15px;
         }

#linkpeeler { position:absolute; 
              z-index:1; 
              background: url(pagepeel.gif) top right no-repeat;
              width:160px; 
              height:100px;
              text-align:right; 
              cursor:pointer;
              }