.leaflet-control-command-interior {
    background-image: url(../images/upload.png);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);*/
    border: 2px solid #bcc1c4;
    text-align: center;
    background-color: #FFFFFF;
}

.leaflet-control-command-interior:hover {
    background-color: #F4F4F4;
}

.leaflet-control-command-form{
    width: 30px;
    height: 30px;
    position: relative;
}


.leaflet-control-command-form-input {
    position: absolute;
    padding: 5px 0px;
    top: -15px;
    left: -15px;
    width: 100%;
    opacity: 0;
}