/*sample base style for drop in box #1*/
div.dropinbox{
border:1px solid #ccc;
padding:5px;




}

/*sample base style for drop in box #2*/
div.dropinboxaltstyle{

background:#FFF;

}


.drop-shadow:before, .drop-shadow:after{
content:"";

z-index:-2;

}

.lifted{

border-radius:4px;
}
        
.lifted:before, .lifted:after{ 
bottom:15px;
left:10px;
width:50%;
height:20%;
max-width:300px;


}
        
.lifted:after{
right:10px; 
left:auto;

}