.imageBox,.imageBoxHighlighted,
.imageBoxMain,.imageBoxHighlightedMain{
width:380px;
height:50px;
/*float:left;*/
clear:both;
}
.imageBox_theImage{
width:50px;
height:50px;
background-position: center center;
background-repeat: no-repeat;		
/*margin: 0 auto;*/
margin:0 10px 0 0;
float:left;
}

.imageBox .imageBox_theImage{
border:1px solid #DDD;
padding:2px;
}
.imageBoxHighlighted .imageBox_theImage{
border:3px solid #316AC5;
padding:0px;
}
.imageBoxMain .imageBox_theImage{
border:1px solid #bc0000;
padding:2px;
}
.imageBoxHighlightedMain .imageBox_theImage{
border:3px solid #bc0000;
padding:0px;
}

.imageBox_label{
text-align:center;
font-size:11px;		
padding-top:2px;
margin: 0 auto;
display:none;
}

#insertionMarker{
height:56px;
width:6px;
position:absolute;
display:none;
}

#insertionMarkerLine{
width:6px;
height:56px;
}

#insertionMarker img {
float:left;
}

#dragDropContent{
opacity:0.4;
filter:alpha(opacity=40);
position:absolute;
z-index:10;
display:none;
}
#msgs {
color:#990000;
}
