#myInstance1 {
	border: 2px solid transparent;
}
#myInstance1:hover {
    border: 2px dashed wheat;
}

.nicEdit-selected {
    /*border: 2px solid wheat !important;*/
    outline: 2px dashed #d0c9bc !important;
}


#myNicPanel{
    padding: 20px 5px 10px 5px;
    background-color: rgb(239, 239, 239);
    opacity: 0.9;
    width: 120px;
    height: auto;
    position: fixed; 
    top: 100px;
    left: 50px;
    
    z-index: 9999;
    -moz-box-shadow:    0 3px 3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.35);
    box-shadow:         0 3px 3px rgba(0,0,0,.35);

}

#myNicPanel .grab{  
    width : 67px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 22px;
    background-image: url('iconset22pxgrb.png');
    background-position: 0px 22px;
}

.shadow {
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

/*.nicEdit-panel {
        background-color: #fff !important;
}*/

.nicEdit-button {
    /*background-color: #EAEAEA !important;*/
}
.nicEdit-button-hover{

}
