.dnd_drag {
    background-color: white;
}

.dnd_drop {
    border: 1px solid white;
}

.dnd_drop_over {
    border-top: 1px solid black;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.dnd_remote {
	position: absolute;
}

#powered a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #4A6F82;
    }

    #powered img {
        height: 10px;
        width: 10px;
        vertical-align: middle;
    }

#powered a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #ffffff;
    }