#uploadWindow {
    position:absolute;
    background-color:#ffffff;
    border:2px solid #7cbd0a;
    display: none;
}

#dragHandle {
    margin: 0px;
    height: 24px;
    font-family:verdana, sans-serif;
    font-size:10px;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    height: 24px;
}
.popupTitleBar { padding: 6px 0px 0px 5px !important; padding:7px 0px 0px 5px; }
.popupTitle { font-size: 9pt; font-family: gulim; font-weight:bold; color:#003366; }

.clear {
        clear: both;
}
#imageListWrapper {
    padding: 2 5 0 10;
    background-color: #fff;
    border:1px #ffffff solid;
    height: 250px;
}
.button {
    cursor: pointer;
    vertical-align: middle;
}
.imageBox, .imageBoxHighlighted{
    width: 110px;
    height: 85px;
    float: left;
}
.imageBox_theImage {
    width:100px;
    height:73px;
    margin: 3px 0px 0px 4px;
    background-image: url('images/background_image.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
.imageBox .imageBox_theImage {
    border: 1px solid #ddd;
    padding:2px;
}

.imageBoxHighlighted .imageBox_theImage {
    border: 2px solid #009dff;
    padding:1px;
}

#removeImage {
    display: none;
    width: 50px;
    height: 21px;
    position:absolute;
    cursor: pointer;
    z-index: 100;
}

#insertionMarker {
    height:102px;
    width:5px;
    position:absolute;
    display:none;
}

#insertionMarkerLine {
    width:5px;
    height:100px;
}
#insertionMarker img {
    float:left;
}

#dragDropContent{
    opacity:0.4;
    filter:alpha(opacity=40);
    position:absolute;
    z-index:10;
    display:none;
}
