﻿#DragHandle
{
    width: 128px;
    height: 128px;
    overflow: hidden;
}
.DA.RadDock
{
    left: 15px ;
    top: 150px ; /* can't make it appear at the bottom first...*/
}
.DA.RadDock .rdMiddle .rdLeft, .DA.RadDock .rdCenter, .DA.RadDock .rdLeft, .DA.RadDock .rdRight
{
    background-color: Transparent !important;
    background-image: none !important;
}
.DA.RadDock .rdContent
{
    overflow: hidden !important;
}

.RadWindow .rwIcon
{
    background-image: url(/Images/icons/3e.ico) !important;
    background-position: 0px 0px !important;
}

