.droppable-photos-container{
     text-align: center;
     width:142px; 
     height:87px; 
     font-size:10pt;
     vertical-align:bottom ;
}

table.draggable_table
{
    background-color:White;
    border-collapse: collapse;
}

.draggable_span
{
    font-size:11px;
    cursor:pointer;
    cursor: hand;
    
}

.remove-link
{
    text-decoration:none;
    vertical-align:bottom;
    cursor: pointer; 
    cursor:hand;
}

.photos-container{
     text-align: center; 
     vertical-align:bottom; 
     width:120px; 
     height:70px; 
     border:solid 2px black;
}

.droppable-hover 
{
    opacity:0.4;
    filter:alpha(opacity=40);
	
}

.dragicon{
    width: 30px;
    height: 30px; 
    cursor: pointer; 
    cursor: hand; 
}

.info_text{
    font-size:10pt;
}

.textbox_transparent_txt2
{
    background-color: transparent;
    border: 0px; 
    border-style:none; 
    border-width:0px;
    font-style:italic;
    color:InactiveCaption;
    
 }
 

