.designElementWrapper 
{
    position: absolute;
}
.designElement 
{
    z-index: 1;
    cursor: pointer;
}
.boundingBox 
{
    position: absolute;
}
.manip 
{
    width: 0px;
    height: 0px;
}
.loadingIndicator
{
    position: absolute;
    z-index: 2;
    cursor: pointer;
}