/* Drag box new presentation*/


/* Drag box in lightbox */

.dragBox.video{
    background:url(../../images/en/f-dragvideo.png) top left no-repeat;       
}
.dragBox.video.error{
    background:url(../../images/en/f-dragvideo-error.png) top left no-repeat;       
}

.emptyCanvas.sketch{
    background:url(../../images/en/f-emptycanvas.png) no-repeat;       
}
.emptyCanvas.sketch:hover{
    background:url(../../images/en/f-emptycanvas-on.png) no-repeat;       
}

input[type="button"].btnEmptyCanvas{
	background:	url(../../images/en/f-drawit-btn.png) center left no-repeat;
}

input[type="button"].btnEmptyCanvas:hover, input[type="button"].btnEmptyCanvas.selected{
	background:	url(../../images/en/f-drawit-btnon.png) center left no-repeat;
}


