﻿/* ImageGallery */
.sortable
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sortable li
{
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 100px;
    height: 90px;
    font-size: 4em;
    text-align: center;
    border:2px inset SlateGray ;
    background-color:LightCyan ;

    
     /* Arredondamento */
    -moz-border-radius: 4px 4px  4px 4px ;
    -webkit-border-radius: 4px 4px  4px 4px ;
    -o-border-radius: 4px 4px  4px 4px  ;
    -ms-border-radius: 4px 4px  4px 4px  ;
    -khtml-border-radius:4px 4px  4px 4px ;
    border-radius:4px 4px  4px 4px ;
    
}


.sortable li label
{
    
    margin-top:auto;
    margin-bottom:auto;
    display:table-header-group;
    margin-top:5px;
}

.sortable li a
{
    
    margin-top:auto;
    margin-bottom:auto;
    display:block;
    margin-top:5px;
}

.sortable li input
{
    display:block;
    margin-bottom:5px;
}

.warnLabel
{
    font-size:1em !important;
    font-weight:normal !important;
    color:Brown  !important;
}
